HomeSort by relevance Sort by last modified time
    Searched refs:GetCallerStackTrace (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_hook.h 260 inline static int GetCallerStackTrace(void** result, int max_depth,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 110 static int GetCallerStackTrace(int skip_count, void* stack[kMaxStackDepth]);
114 // allocation. They can be generated using GetCallerStackTrace() above.
heap-profiler.cc 228 HeapProfileTable::GetCallerStackTrace;
heap-profile-table.cc 209 int HeapProfileTable::GetCallerStackTrace(
211 return MallocHook::GetCallerStackTrace(
memory_region_map.cc 591 ? MallocHook::GetCallerStackTrace(const_cast<void**>(region.call_stack),
    [all...]
heap-checker.cc 579 int depth = HeapProfileTable::GetCallerStackTrace(0, stack);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_hook.h 260 inline static int GetCallerStackTrace(void** result, int max_depth,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 107 static int GetCallerStackTrace(int skip_count, void* stack[kMaxStackDepth]);
111 // allocation. They can be generated using GetCallerStackTrace() above.
heap-profile-table.cc 218 int HeapProfileTable::GetCallerStackTrace(
220 return MallocHook::GetCallerStackTrace(
heap-profiler.cc 303 int depth = HeapProfileTable::GetCallerStackTrace(skip_count + 1, stack);
memory_region_map.cc 457 ? MallocHook::GetCallerStackTrace(const_cast<void**>(region.call_stack),
heap-checker.cc 579 int depth = HeapProfileTable::GetCallerStackTrace(0, stack);
    [all...]

Completed in 469 milliseconds