Searched refs:heap_profiler_memory (Results 1 – 2 of 2) sorted by relevance
138 static LowLevelAlloc::Arena *heap_profiler_memory; variable141 return LowLevelAlloc::AllocWithArena(bytes, heap_profiler_memory); in ProfilerMalloc()436 heap_profiler_memory = in HeapProfilerStart()504 if (!LowLevelAlloc::DeleteArena(heap_profiler_memory)) { in HeapProfilerStop()
187 static LowLevelAlloc::Arena *heap_profiler_memory; variable190 return LowLevelAlloc::AllocWithArena(bytes, heap_profiler_memory); in ProfilerMalloc()516 heap_profiler_memory = in HeapProfilerStart()620 if (!LowLevelAlloc::DeleteArena(heap_profiler_memory)) { in HeapProfilerStop()