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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 297 // Arguments that need to be passed DumpNonLiveIterator callback below.
404 inline static void DumpNonLiveIterator(const void* ptr, AllocValue* v,
heap-profile-table.cc 487 void HeapProfileTable::DumpNonLiveIterator(const void* ptr, AllocValue* v,
571 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 250 // Arguments that need to be passed DumpNonLiveIterator callback below.
305 inline static void DumpNonLiveIterator(const void* ptr, AllocValue* v,
heap-profile-table.cc 457 void HeapProfileTable::DumpNonLiveIterator(const void* ptr, AllocValue* v,
515 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args);

Completed in 2866 milliseconds