Searched refs:DumpNonLiveIterator (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h297 // Arguments that need to be passed DumpNonLiveIterator callback below.
404 inline static void DumpNonLiveIterator(const void* ptr, AllocValue* v,
H A Dheap-profile-table.cc490 void HeapProfileTable::DumpNonLiveIterator(const void* ptr, AllocValue* v, function in class:HeapProfileTable
574 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h250 // Arguments that need to be passed DumpNonLiveIterator callback below.
305 inline static void DumpNonLiveIterator(const void* ptr, AllocValue* v,
H A Dheap-profile-table.cc457 void HeapProfileTable::DumpNonLiveIterator(const void* ptr, AllocValue* v,
515 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args);

Completed in 1564 milliseconds