Remove pernament arena
This commit is contained in:
2
base.cpp
2
base.cpp
@@ -520,7 +520,6 @@ struct Thread_Ctx{
|
||||
};
|
||||
|
||||
thread_local Thread_Ctx thread_ctx;
|
||||
global Arena pernament_arena;
|
||||
|
||||
#define REPORT_ALLOCATIONS 0
|
||||
#define report_file_and_line() report__file_and_line(__FILE__, __LINE__)
|
||||
@@ -564,7 +563,6 @@ CORE_Static void
|
||||
thread_ctx_init(){
|
||||
arena_init(thread_ctx.scratch, "Scratch1"_s);
|
||||
arena_init(thread_ctx.scratch+1, "Scratch2"_s);
|
||||
arena_init(&pernament_arena, "Pernament Arena"_s);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user