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