Home
last modified time | relevance | path

Searched refs:heap_profiler_memory (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
Dheap-profiler.cc138 static LowLevelAlloc::Arena *heap_profiler_memory; variable
141 return LowLevelAlloc::AllocWithArena(bytes, heap_profiler_memory); in ProfilerMalloc()
436 heap_profiler_memory = in HeapProfilerStart()
504 if (!LowLevelAlloc::DeleteArena(heap_profiler_memory)) { in HeapProfilerStop()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dheap-profiler.cc187 static LowLevelAlloc::Arena *heap_profiler_memory; variable
190 return LowLevelAlloc::AllocWithArena(bytes, heap_profiler_memory); in ProfilerMalloc()
516 heap_profiler_memory = in HeapProfilerStart()
620 if (!LowLevelAlloc::DeleteArena(heap_profiler_memory)) { in HeapProfilerStop()