Home
last modified time | relevance | path

Searched refs:heap_profile_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddeep-heap-profile.cc313 heap_profile_(heap_profile) { in DeepHeapProfile()
317 reinterpret_cast<char*>(heap_profile_->alloc_(prefix_length + 1)); in DeepHeapProfile()
325 heap_profile_->dealloc_(filename_prefix_); in ~DeepHeapProfile()
1028 deep_profile->heap_profile_->address_map_->Iterate(RecordAlloc, deep_profile); in SnapshotAllocations()
1150 : heap_profile_(heap_profile) { in DeepHeapProfile()
Ddeep-heap-profile.h402 HeapProfileTable* heap_profile_; variable