Make Growing_Arena reserve memory first and then commit as needed

It just committed all at once to begin with
This commit is contained in:
gingerBill
2022-08-08 12:43:18 +01:00
parent 147848ca20
commit 0e6a8b7c72
2 changed files with 13 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
package mem_virtual
arena_init :: proc{
static_arena_init,
growing_arena_init,
}
arena_temp_begin :: proc{
static_arena_temp_begin,
growing_arena_temp_begin,