Searched defs:HeapProfileTable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc98 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) function in class:HeapProfileTable
146 HeapProfileTable::~HeapProfileTable() {
157 void HeapProfileTable::DeallocateAllocationMap(AllocationMap* allocation) {
164 void HeapProfileTable
[all...]
H A Dheap-profile-table.h49 class HeapProfileTable { class
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/
H A Dheap-profile-table.cc101 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, function in class:HeapProfileTable
153 HeapProfileTable::~HeapProfileTable() {
172 HeapProfileTable::Bucket* HeapProfileTable
[all...]
H A Dheap-profile-table.h54 class HeapProfileTable { class
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 54 milliseconds