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