Change FreeAll to Free_All

This commit is contained in:
gingerBill
2018-05-13 10:14:32 +01:00
parent 61906613b0
commit 6164672421
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ arena_allocator_proc :: proc(allocator_data: rawptr, mode: Allocator_Mode,
// NOTE(bill): Free all at once
// Use ArenaTempMemory if you want to free a block
case FreeAll:
case Free_All:
(^raw.Slice)(&arena.memory).len = 0;
case Resize: