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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc 98 const char HeapProfileTable::kFileExt[] = ".heap";
104 /*static*/ const int HeapProfileTable::kMaxStackDepth;
117 static bool ByAllocatedSpace(HeapProfileTable::Stats* a,
118 HeapProfileTable::Stats* b) {
125 HeapProfileTable::HeapProfileTable(Allocator alloc, DeAllocator dealloc)
146 HeapProfileTable::~HeapProfileTable() {
157 void HeapProfileTable::DeallocateAllocationMap(AllocationMap* allocation) {
164 void HeapProfileTable::DeallocateBucketTable(Bucket** table)
    [all...]
heap-profile-table.h 49 class HeapProfileTable {
97 HeapProfileTable(Allocator alloc, DeAllocator dealloc);
98 ~HeapProfileTable();
310 const void* ptr, AllocValue* v, HeapProfileTable* heap_profile);
367 DISALLOW_COPY_AND_ASSIGN(HeapProfileTable);
370 class HeapProfileTable::Snapshot {
392 friend class HeapProfileTable;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 101 const char HeapProfileTable::kFileExt[] = ".heap";
108 /*static*/ const int HeapProfileTable::kMaxStackDepth;
122 static bool ByAllocatedSpace(HeapProfileTable::Stats* a,
123 HeapProfileTable::Stats* b) {
130 HeapProfileTable::HeapProfileTable(Allocator alloc,
153 HeapProfileTable::~HeapProfileTable() {
172 HeapProfileTable::Bucket* HeapProfileTable::GetBucket(int depth
    [all...]
heap-profile-table.h 54 class HeapProfileTable {
100 HeapProfileTable(Allocator alloc, DeAllocator dealloc, bool profile_mmap);
101 ~HeapProfileTable();
222 // Note that this functionality cannot be used if the HeapProfileTable is
470 DISALLOW_COPY_AND_ASSIGN(HeapProfileTable);
473 class HeapProfileTable::Snapshot {
495 friend class HeapProfileTable;

Completed in 3008 milliseconds