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

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

Completed in 77 milliseconds