HeapProfileTable 301 third_party/tcmalloc/chromium/src/deep-heap-profile.cc DeepHeapProfile::DeepHeapProfile(HeapProfileTable* heap_profile, HeapProfileTable 603 third_party/tcmalloc/chromium/src/deep-heap-profile.cc HeapProfileTable::Allocator alloc, HeapProfileTable 604 third_party/tcmalloc/chromium/src/deep-heap-profile.cc HeapProfileTable::DeAllocator dealloc) HeapProfileTable 1146 third_party/tcmalloc/chromium/src/deep-heap-profile.cc DeepHeapProfile::DeepHeapProfile(HeapProfileTable* heap_profile, HeapProfileTable 63 third_party/tcmalloc/chromium/src/deep-heap-profile.h DeepHeapProfile(HeapProfileTable* heap_profile, HeapProfileTable 79 third_party/tcmalloc/chromium/src/deep-heap-profile.h typedef HeapProfileTable::Stats Stats; HeapProfileTable 80 third_party/tcmalloc/chromium/src/deep-heap-profile.h typedef HeapProfileTable::Bucket Bucket; HeapProfileTable 81 third_party/tcmalloc/chromium/src/deep-heap-profile.h typedef HeapProfileTable::AllocValue AllocValue; HeapProfileTable 82 third_party/tcmalloc/chromium/src/deep-heap-profile.h typedef HeapProfileTable::AllocationMap AllocationMap; HeapProfileTable 259 third_party/tcmalloc/chromium/src/deep-heap-profile.h HeapProfileTable::Allocator alloc, HeapProfileTable 260 third_party/tcmalloc/chromium/src/deep-heap-profile.h HeapProfileTable::DeAllocator dealloc); HeapProfileTable 293 third_party/tcmalloc/chromium/src/deep-heap-profile.h HeapProfileTable::Allocator alloc_; HeapProfileTable 294 third_party/tcmalloc/chromium/src/deep-heap-profile.h HeapProfileTable::DeAllocator dealloc_; HeapProfileTable 402 third_party/tcmalloc/chromium/src/deep-heap-profile.h HeapProfileTable* heap_profile_; HeapProfileTable 269 third_party/tcmalloc/chromium/src/heap-checker.cc static HeapProfileTable* heap_profile = NULL; HeapProfileTable 578 third_party/tcmalloc/chromium/src/heap-checker.cc void* stack[HeapProfileTable::kMaxStackDepth]; HeapProfileTable 579 third_party/tcmalloc/chromium/src/heap-checker.cc int depth = HeapProfileTable::GetCallerStackTrace(0, stack); HeapProfileTable 731 third_party/tcmalloc/chromium/src/heap-checker.cc const void* ptr, const HeapProfileTable::AllocInfo& info) { HeapProfileTable 742 third_party/tcmalloc/chromium/src/heap-checker.cc const void* ptr, const HeapProfileTable::AllocInfo& info) { HeapProfileTable 1477 third_party/tcmalloc/chromium/src/heap-checker.cc HeapProfileTable::AllocInfo alloc; HeapProfileTable 1562 third_party/tcmalloc/chromium/src/heap-checker.cc strlen(HeapProfileTable::kFileExt) + 1; HeapProfileTable 1566 third_party/tcmalloc/chromium/src/heap-checker.cc HeapProfileTable::kFileExt); HeapProfileTable 1592 third_party/tcmalloc/chromium/src/heap-checker.cc const HeapProfileTable::Stats& t = heap_profile->total(); HeapProfileTable 1718 third_party/tcmalloc/chromium/src/heap-checker.cc HeapProfileTable::Snapshot* leaks = NULL; HeapProfileTable 1754 third_party/tcmalloc/chromium/src/heap-checker.cc HeapProfileTable::Snapshot* base = HeapProfileTable 1755 third_party/tcmalloc/chromium/src/heap-checker.cc reinterpret_cast<HeapProfileTable::Snapshot*>(start_snapshot_); HeapProfileTable 1784 third_party/tcmalloc/chromium/src/heap-checker.cc HeapProfileTable::Snapshot* leaks_wo_align = HeapProfileTable 1816 third_party/tcmalloc/chromium/src/heap-checker.cc const HeapProfileTable::Stats& stats = heap_profile->total(); HeapProfileTable 1875 third_party/tcmalloc/chromium/src/heap-checker.cc reinterpret_cast<HeapProfileTable::Snapshot*>(start_snapshot_)); HeapProfileTable 2211 third_party/tcmalloc/chromium/src/heap-checker.cc heap_profile = new(Allocator::Allocate(sizeof(HeapProfileTable))) HeapProfileTable 2212 third_party/tcmalloc/chromium/src/heap-checker.cc HeapProfileTable(&Allocator::Allocate, &Allocator::Free, HeapProfileTable 2372 third_party/tcmalloc/chromium/src/heap-checker.cc HeapProfileTable::AllocInfo info; HeapProfileTable 101 third_party/tcmalloc/chromium/src/heap-profile-table.cc const char HeapProfileTable::kFileExt[] = ".heap"; HeapProfileTable 108 third_party/tcmalloc/chromium/src/heap-profile-table.cc /*static*/ const int HeapProfileTable::kMaxStackDepth; HeapProfileTable 122 third_party/tcmalloc/chromium/src/heap-profile-table.cc static bool ByAllocatedSpace(HeapProfileTable::Stats* a, HeapProfileTable 123 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::Stats* b) { HeapProfileTable 130 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::HeapProfileTable(Allocator alloc, HeapProfileTable 153 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::~HeapProfileTable() { HeapProfileTable 172 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::Bucket* HeapProfileTable::GetBucket(int depth, HeapProfileTable 209 third_party/tcmalloc/chromium/src/heap-profile-table.cc int HeapProfileTable::GetCallerStackTrace( HeapProfileTable 215 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::RecordAlloc( HeapProfileTable 230 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::RecordFree(const void* ptr) { HeapProfileTable 241 third_party/tcmalloc/chromium/src/heap-profile-table.cc bool HeapProfileTable::FindAlloc(const void* ptr, size_t* object_size) const { HeapProfileTable 247 third_party/tcmalloc/chromium/src/heap-profile-table.cc bool HeapProfileTable::FindAllocDetails(const void* ptr, HeapProfileTable 258 third_party/tcmalloc/chromium/src/heap-profile-table.cc bool HeapProfileTable::FindInsideAlloc(const void* ptr, HeapProfileTable 268 third_party/tcmalloc/chromium/src/heap-profile-table.cc bool HeapProfileTable::MarkAsLive(const void* ptr) { HeapProfileTable 277 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::MarkAsIgnored(const void* ptr) { HeapProfileTable 284 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::IterateAllocationAddresses(AddressIterator f, HeapProfileTable 291 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::MarkCurrentAllocations(AllocationMark mark) { HeapProfileTable 296 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::MarkUnmarkedAllocations(AllocationMark mark) { HeapProfileTable 302 third_party/tcmalloc/chromium/src/heap-profile-table.cc int HeapProfileTable::UnparseBucket(const Bucket& b, HeapProfileTable 335 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::Bucket** HeapProfileTable 336 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::MakeSortedBucketList() const { HeapProfileTable 352 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::DumpMarkedObjects(AllocationMark mark, HeapProfileTable 365 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::DumpTypeStatistics(const char* file_name) const { HeapProfileTable 387 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::IterateOrderedAllocContexts( HeapProfileTable 400 third_party/tcmalloc/chromium/src/heap-profile-table.cc int HeapProfileTable::FillOrderedProfile(char buf[], int size) const { HeapProfileTable 448 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::DumpBucketIterator(const Bucket* bucket, HeapProfileTable 456 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::TallyTypesItererator( HeapProfileTable 476 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::DumpTypesIterator(const void* ptr, HeapProfileTable 490 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::DumpNonLiveIterator(const void* ptr, AllocValue* v, HeapProfileTable 511 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::DumpMarkedIterator(const void* ptr, AllocValue* v, HeapProfileTable 529 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::AllocationAddressesIterator( HeapProfileTable 537 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::MarkIterator(const void* ptr, AllocValue* v, HeapProfileTable 546 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::AddIfNonLive(const void* ptr, AllocValue* v, HeapProfileTable 559 third_party/tcmalloc/chromium/src/heap-profile-table.cc bool HeapProfileTable::WriteProfile(const char* file_name, HeapProfileTable 581 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::CleanupOldProfiles(const char* prefix) { HeapProfileTable 608 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::Snapshot* HeapProfileTable::TakeSnapshot() { HeapProfileTable 614 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::ReleaseSnapshot(Snapshot* s) { HeapProfileTable 620 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::AddToSnapshot(const void* ptr, AllocValue* v, HeapProfileTable 625 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::Snapshot* HeapProfileTable::NonLiveSnapshot( HeapProfileTable 643 third_party/tcmalloc/chromium/src/heap-profile-table.cc struct HeapProfileTable::Snapshot::Entry { HeapProfileTable 657 third_party/tcmalloc/chromium/src/heap-profile-table.cc struct HeapProfileTable::Snapshot::ReportState { HeapProfileTable 662 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::Snapshot::ReportCallback(const void* ptr, HeapProfileTable 671 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::Snapshot::ReportLeaks(const char* checker_name, HeapProfileTable 738 third_party/tcmalloc/chromium/src/heap-profile-table.cc if (!HeapProfileTable::WriteProfile(filename, total_, &map_)) { HeapProfileTable 743 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::Snapshot::ReportObject(const void* ptr, HeapProfileTable 751 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::Snapshot::ReportIndividualObjects() { HeapProfileTable 54 third_party/tcmalloc/chromium/src/heap-profile-table.h class HeapProfileTable { HeapProfileTable 100 third_party/tcmalloc/chromium/src/heap-profile-table.h HeapProfileTable(Allocator alloc, DeAllocator dealloc, bool profile_mmap); HeapProfileTable 101 third_party/tcmalloc/chromium/src/heap-profile-table.h ~HeapProfileTable(); HeapProfileTable 470 third_party/tcmalloc/chromium/src/heap-profile-table.h DISALLOW_COPY_AND_ASSIGN(HeapProfileTable); HeapProfileTable 473 third_party/tcmalloc/chromium/src/heap-profile-table.h class HeapProfileTable::Snapshot { HeapProfileTable 495 third_party/tcmalloc/chromium/src/heap-profile-table.h friend class HeapProfileTable; HeapProfileTable 222 third_party/tcmalloc/chromium/src/heap-profiler.cc static HeapProfileTable* heap_profile = NULL; // the heap profile table HeapProfileTable 228 third_party/tcmalloc/chromium/src/heap-profiler.cc HeapProfileTable::GetCallerStackTrace; HeapProfileTable 244 third_party/tcmalloc/chromium/src/heap-profiler.cc HeapProfileTable::Stats const stats = heap_profile->total(); HeapProfileTable 284 third_party/tcmalloc/chromium/src/heap-profiler.cc filename_prefix, getpid(), dump_count, HeapProfileTable::kFileExt); HeapProfileTable 334 third_party/tcmalloc/chromium/src/heap-profiler.cc const HeapProfileTable::Stats& total = heap_profile->total(); HeapProfileTable 381 third_party/tcmalloc/chromium/src/heap-profiler.cc void* stack[HeapProfileTable::kMaxStackDepth]; HeapProfileTable 504 third_party/tcmalloc/chromium/src/heap-profiler.cc MemoryRegionMap::Init(HeapProfileTable::kMaxStackDepth, HeapProfileTable 524 third_party/tcmalloc/chromium/src/heap-profiler.cc heap_profile = new(ProfilerMalloc(sizeof(HeapProfileTable))) HeapProfileTable 525 third_party/tcmalloc/chromium/src/heap-profiler.cc HeapProfileTable(ProfilerMalloc, ProfilerFree, FLAGS_mmap_profile); HeapProfileTable 609 third_party/tcmalloc/chromium/src/heap-profiler.cc heap_profile->~HeapProfileTable(); HeapProfileTable 643 third_party/tcmalloc/chromium/src/heap-profiler.cc heap_profile->MarkCurrentAllocations(HeapProfileTable::MARK_ONE); HeapProfileTable 651 third_party/tcmalloc/chromium/src/heap-profiler.cc heap_profile->MarkUnmarkedAllocations(HeapProfileTable::MARK_TWO); HeapProfileTable 659 third_party/tcmalloc/chromium/src/heap-profiler.cc heap_profile->DumpMarkedObjects(HeapProfileTable::MARK_TWO, filename); HeapProfileTable 682 third_party/tcmalloc/chromium/src/heap-profiler.cc HeapProfileTable::CleanupOldProfiles(fname); HeapProfileTable 269 third_party/tcmalloc/vendor/src/heap-checker.cc static HeapProfileTable* heap_profile = NULL; HeapProfileTable 578 third_party/tcmalloc/vendor/src/heap-checker.cc void* stack[HeapProfileTable::kMaxStackDepth]; HeapProfileTable 579 third_party/tcmalloc/vendor/src/heap-checker.cc int depth = HeapProfileTable::GetCallerStackTrace(0, stack); HeapProfileTable 731 third_party/tcmalloc/vendor/src/heap-checker.cc const void* ptr, const HeapProfileTable::AllocInfo& info) { HeapProfileTable 742 third_party/tcmalloc/vendor/src/heap-checker.cc const void* ptr, const HeapProfileTable::AllocInfo& info) { HeapProfileTable 1477 third_party/tcmalloc/vendor/src/heap-checker.cc HeapProfileTable::AllocInfo alloc; HeapProfileTable 1562 third_party/tcmalloc/vendor/src/heap-checker.cc strlen(HeapProfileTable::kFileExt) + 1; HeapProfileTable 1566 third_party/tcmalloc/vendor/src/heap-checker.cc HeapProfileTable::kFileExt); HeapProfileTable 1592 third_party/tcmalloc/vendor/src/heap-checker.cc const HeapProfileTable::Stats& t = heap_profile->total(); HeapProfileTable 1718 third_party/tcmalloc/vendor/src/heap-checker.cc HeapProfileTable::Snapshot* leaks = NULL; HeapProfileTable 1754 third_party/tcmalloc/vendor/src/heap-checker.cc HeapProfileTable::Snapshot* base = HeapProfileTable 1755 third_party/tcmalloc/vendor/src/heap-checker.cc reinterpret_cast<HeapProfileTable::Snapshot*>(start_snapshot_); HeapProfileTable 1784 third_party/tcmalloc/vendor/src/heap-checker.cc HeapProfileTable::Snapshot* leaks_wo_align = HeapProfileTable 1816 third_party/tcmalloc/vendor/src/heap-checker.cc const HeapProfileTable::Stats& stats = heap_profile->total(); HeapProfileTable 1875 third_party/tcmalloc/vendor/src/heap-checker.cc reinterpret_cast<HeapProfileTable::Snapshot*>(start_snapshot_)); HeapProfileTable 2211 third_party/tcmalloc/vendor/src/heap-checker.cc heap_profile = new(Allocator::Allocate(sizeof(HeapProfileTable))) HeapProfileTable 2212 third_party/tcmalloc/vendor/src/heap-checker.cc HeapProfileTable(&Allocator::Allocate, &Allocator::Free); HeapProfileTable 2371 third_party/tcmalloc/vendor/src/heap-checker.cc HeapProfileTable::AllocInfo info; HeapProfileTable 98 third_party/tcmalloc/vendor/src/heap-profile-table.cc const char HeapProfileTable::kFileExt[] = ".heap"; HeapProfileTable 104 third_party/tcmalloc/vendor/src/heap-profile-table.cc /*static*/ const int HeapProfileTable::kMaxStackDepth; HeapProfileTable 117 third_party/tcmalloc/vendor/src/heap-profile-table.cc static bool ByAllocatedSpace(HeapProfileTable::Stats* a, HeapProfileTable 118 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::Stats* b) { HeapProfileTable 125 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::HeapProfileTable(Allocator alloc, DeAllocator dealloc) HeapProfileTable 146 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::~HeapProfileTable() { HeapProfileTable 157 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::DeallocateAllocationMap(AllocationMap* allocation) { HeapProfileTable 164 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::DeallocateBucketTable(Bucket** table) { HeapProfileTable 178 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::Bucket* HeapProfileTable::GetBucket( HeapProfileTable 218 third_party/tcmalloc/vendor/src/heap-profile-table.cc int HeapProfileTable::GetCallerStackTrace( HeapProfileTable 224 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::RecordAlloc( HeapProfileTable 240 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::RecordFree(const void* ptr) { HeapProfileTable 251 third_party/tcmalloc/vendor/src/heap-profile-table.cc bool HeapProfileTable::FindAlloc(const void* ptr, size_t* object_size) const { HeapProfileTable 257 third_party/tcmalloc/vendor/src/heap-profile-table.cc bool HeapProfileTable::FindAllocDetails(const void* ptr, HeapProfileTable 268 third_party/tcmalloc/vendor/src/heap-profile-table.cc bool HeapProfileTable::FindInsideAlloc(const void* ptr, HeapProfileTable 278 third_party/tcmalloc/vendor/src/heap-profile-table.cc bool HeapProfileTable::MarkAsLive(const void* ptr) { HeapProfileTable 287 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::MarkAsIgnored(const void* ptr) { HeapProfileTable 295 third_party/tcmalloc/vendor/src/heap-profile-table.cc int HeapProfileTable::UnparseBucket(const Bucket& b, HeapProfileTable 327 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::Bucket** HeapProfileTable 328 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::MakeSortedBucketList() const { HeapProfileTable 358 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::RefreshMMapData() { HeapProfileTable 390 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::ClearMMapData() { HeapProfileTable 399 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::IterateOrderedAllocContexts( HeapProfileTable 412 third_party/tcmalloc/vendor/src/heap-profile-table.cc int HeapProfileTable::FillOrderedProfile(char buf[], int size) const { HeapProfileTable 457 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::DumpNonLiveIterator(const void* ptr, AllocValue* v, HeapProfileTable 477 third_party/tcmalloc/vendor/src/heap-profile-table.cc inline void HeapProfileTable::ZeroBucketCountsIterator( HeapProfileTable 478 third_party/tcmalloc/vendor/src/heap-profile-table.cc const void* ptr, AllocValue* v, HeapProfileTable* heap_profile) { HeapProfileTable 490 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::AddIfNonLive(const void* ptr, AllocValue* v, HeapProfileTable 503 third_party/tcmalloc/vendor/src/heap-profile-table.cc bool HeapProfileTable::WriteProfile(const char* file_name, HeapProfileTable 526 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::CleanupOldProfiles(const char* prefix) { HeapProfileTable 550 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::Snapshot* HeapProfileTable::TakeSnapshot() { HeapProfileTable 556 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::ReleaseSnapshot(Snapshot* s) { HeapProfileTable 562 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::AddToSnapshot(const void* ptr, AllocValue* v, HeapProfileTable 567 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::Snapshot* HeapProfileTable::NonLiveSnapshot( HeapProfileTable 585 third_party/tcmalloc/vendor/src/heap-profile-table.cc struct HeapProfileTable::Snapshot::Entry { HeapProfileTable 599 third_party/tcmalloc/vendor/src/heap-profile-table.cc struct HeapProfileTable::Snapshot::ReportState { HeapProfileTable 604 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::Snapshot::ReportCallback(const void* ptr, HeapProfileTable 613 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::Snapshot::ReportLeaks(const char* checker_name, HeapProfileTable 680 third_party/tcmalloc/vendor/src/heap-profile-table.cc if (!HeapProfileTable::WriteProfile(filename, total_, &map_)) { HeapProfileTable 685 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::Snapshot::ReportObject(const void* ptr, HeapProfileTable 693 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::Snapshot::ReportIndividualObjects() { HeapProfileTable 49 third_party/tcmalloc/vendor/src/heap-profile-table.h class HeapProfileTable { HeapProfileTable 97 third_party/tcmalloc/vendor/src/heap-profile-table.h HeapProfileTable(Allocator alloc, DeAllocator dealloc); HeapProfileTable 98 third_party/tcmalloc/vendor/src/heap-profile-table.h ~HeapProfileTable(); HeapProfileTable 310 third_party/tcmalloc/vendor/src/heap-profile-table.h const void* ptr, AllocValue* v, HeapProfileTable* heap_profile); HeapProfileTable 367 third_party/tcmalloc/vendor/src/heap-profile-table.h DISALLOW_COPY_AND_ASSIGN(HeapProfileTable); HeapProfileTable 370 third_party/tcmalloc/vendor/src/heap-profile-table.h class HeapProfileTable::Snapshot { HeapProfileTable 392 third_party/tcmalloc/vendor/src/heap-profile-table.h friend class HeapProfileTable; HeapProfileTable 172 third_party/tcmalloc/vendor/src/heap-profiler.cc static HeapProfileTable* heap_profile = NULL; // the heap profile table HeapProfileTable 227 third_party/tcmalloc/vendor/src/heap-profiler.cc filename_prefix, dump_count, HeapProfileTable::kFileExt); HeapProfileTable 263 third_party/tcmalloc/vendor/src/heap-profiler.cc const HeapProfileTable::Stats& total = heap_profile->total(); HeapProfileTable 302 third_party/tcmalloc/vendor/src/heap-profiler.cc void* stack[HeapProfileTable::kMaxStackDepth]; HeapProfileTable 303 third_party/tcmalloc/vendor/src/heap-profiler.cc int depth = HeapProfileTable::GetCallerStackTrace(skip_count + 1, stack); HeapProfileTable 425 third_party/tcmalloc/vendor/src/heap-profiler.cc MemoryRegionMap::Init(HeapProfileTable::kMaxStackDepth); HeapProfileTable 444 third_party/tcmalloc/vendor/src/heap-profiler.cc heap_profile = new(ProfilerMalloc(sizeof(HeapProfileTable))) HeapProfileTable 445 third_party/tcmalloc/vendor/src/heap-profiler.cc HeapProfileTable(ProfilerMalloc, ProfilerFree); HeapProfileTable 493 third_party/tcmalloc/vendor/src/heap-profiler.cc heap_profile->~HeapProfileTable(); HeapProfileTable 542 third_party/tcmalloc/vendor/src/heap-profiler.cc HeapProfileTable::CleanupOldProfiles(fname);