Add missing attribute

This commit is contained in:
gingerBill
2024-03-06 16:30:39 +00:00
parent 46718d6d85
commit 65277ddd6b

View File

@@ -1007,6 +1007,7 @@ Buddy_Allocator :: struct {
alignment: uint,
}
@(require_results)
buddy_allocator :: proc(b: ^Buddy_Allocator) -> Allocator {
return Allocator{
procedure = buddy_allocator_proc,