HomeSort by relevance Sort by last modified time
    Searched full:heap_profiler_memory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 138 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/
heap-profiler.cc 187 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 59 milliseconds