Minor code clean-up

This commit is contained in:
gingerBill
2019-07-28 18:44:50 +01:00
parent 77734ea967
commit 162c87b1b8
2 changed files with 36 additions and 33 deletions
-2
View File
@@ -1,7 +1,5 @@
package mem
nil_allocator_proc :: proc(allocator_data: rawptr, mode: Allocator_Mode,
size, alignment: int,
old_memory: rawptr, old_size: int, flags: u64 = 0, loc := #caller_location) -> rawptr {