This commit is contained in:
gingerBill
2022-11-23 14:14:22 +00:00
parent 6b652afb8e
commit e45401bfb4
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ _heap_allocator_proc :: proc(allocator_data: rawptr, mode: mem.Allocator_Mode,
}
switch mode {
case .Alloc:
case .Alloc, .Alloc_Non_Zeroed:
return aligned_alloc(size, alignment)
case .Free: