diff --git a/core/mem/allocators.odin b/core/mem/allocators.odin index 25e352204..eba79eacf 100644 --- a/core/mem/allocators.odin +++ b/core/mem/allocators.odin @@ -1007,6 +1007,7 @@ Buddy_Allocator :: struct { alignment: uint, } +@(require_results) buddy_allocator :: proc(b: ^Buddy_Allocator) -> Allocator { return Allocator{ procedure = buddy_allocator_proc,