Searched refs:GetCallerStackTrace (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_hook.h260 inline static int GetCallerStackTrace(void** result, int max_depth, function in class:MallocHook
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h110 static int GetCallerStackTrace(int skip_count, void* stack[kMaxStackDepth]);
114 // allocation. They can be generated using GetCallerStackTrace() above.
H A Dheap-profiler.cc228 HeapProfileTable::GetCallerStackTrace;
H A Dheap-profile-table.cc209 int HeapProfileTable::GetCallerStackTrace( function in class:HeapProfileTable
211 return MallocHook::GetCallerStackTrace(
H A Dmemory_region_map.cc591 ? MallocHook::GetCallerStackTrace(const_cast<void**>(region.call_stack),
H A Dheap-checker.cc579 int depth = HeapProfileTable::GetCallerStackTrace(0, stack);
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_hook.h260 inline static int GetCallerStackTrace(void** result, int max_depth, function in class:MallocHook
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h107 static int GetCallerStackTrace(int skip_count, void* stack[kMaxStackDepth]);
111 // allocation. They can be generated using GetCallerStackTrace() above.
H A Dheap-profile-table.cc218 int HeapProfileTable::GetCallerStackTrace( function in class:HeapProfileTable
220 return MallocHook::GetCallerStackTrace(
H A Dheap-profiler.cc303 int depth = HeapProfileTable::GetCallerStackTrace(skip_count + 1, stack);
H A Dmemory_region_map.cc457 ? MallocHook::GetCallerStackTrace(const_cast<void**>(region.call_stack),
H A Dheap-checker.cc579 int depth = HeapProfileTable::GetCallerStackTrace(0, stack);

Completed in 142 milliseconds