mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Add missing attribute
This commit is contained in:
@@ -1007,6 +1007,7 @@ Buddy_Allocator :: struct {
|
|||||||
alignment: uint,
|
alignment: uint,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@(require_results)
|
||||||
buddy_allocator :: proc(b: ^Buddy_Allocator) -> Allocator {
|
buddy_allocator :: proc(b: ^Buddy_Allocator) -> Allocator {
|
||||||
return Allocator{
|
return Allocator{
|
||||||
procedure = buddy_allocator_proc,
|
procedure = buddy_allocator_proc,
|
||||||
|
|||||||
Reference in New Issue
Block a user