Searched refs:new_arena (Results 1 – 6 of 6) sorted by relevance
71 auto* new_arena = in CreateWithAlloc() local73 void* first_alloc = reinterpret_cast<char*>(new_arena) + base_size; in CreateWithAlloc()74 return std::make_pair(new_arena, first_alloc); in CreateWithAlloc()
1533 new_arena(void) in new_arena() function1777 usable_arenas = new_arena(); in allocate_from_new_pool()
231 base_internal::LowLevelAlloc::Arena *new_arena =235 if (!g_sig_safe_arena.compare_exchange_strong(old_value, new_arena,239 base_internal::LowLevelAlloc::DeleteArena(new_arena);
18 Objects/obmalloc.c:new_arena():debug_stats static int debug_stats
2900 Objects/obmalloc.c new_arena debug_stats -