mem tracker updates

This commit is contained in:
2024-06-20 15:36:47 -04:00
parent f9820457d1
commit c405c47e6c
7 changed files with 63 additions and 41 deletions

View File

@ -129,7 +129,8 @@ setup_memory :: proc( profiler : ^SpallProfiler ) -> ClientMemory
sectr.Memory_Commit_Initial_Persistent,
growth_policy = nil,
allow_any_resize = false,
dbg_name = "persistent" )
dbg_name = "persistent",
enable_mem_tracking = true )
verify( alloc_error == .None, "Failed to allocate persistent virtual arena for the sectr module")
frame, alloc_error = varena_init(