Searched refs:RecordAlloc (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc300 static void RecordAlloc(const void* ptr, size_t bytes, int skip_count) { function
306 heap_profile->RecordAlloc(ptr, bytes, depth, stack);
326 if (ptr != NULL) RecordAlloc(ptr, size, 0);
H A Dheap-profile-table.h101 // allocation for passing to RecordAlloc() below.
112 void RecordAlloc(const void* ptr, size_t bytes,
H A Dheap-profile-table.cc224 void HeapProfileTable::RecordAlloc( function in class:HeapProfileTable
H A Dheap-checker.cc588 heap_profile->RecordAlloc(ptr, size, depth, stack);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc379 static void RecordAlloc(const void* ptr, size_t bytes, int skip_count) { function
385 heap_profile->RecordAlloc(ptr, bytes, depth, stack);
405 if (ptr != NULL) RecordAlloc(ptr, size, 0);
H A Ddeep-heap-profile.h354 static void RecordAlloc(const void* pointer,
H A Dheap-profile-table.h104 // allocation for passing to RecordAlloc() below.
115 void RecordAlloc(const void* ptr, size_t bytes,
H A Ddeep-heap-profile.cc1027 deep_profile->heap_profile_->address_map_->Iterate(RecordAlloc, deep_profile);
1077 void DeepHeapProfile::GlobalStats::RecordAlloc(const void* pointer, function in class:DeepHeapProfile::GlobalStats
H A Dheap-profile-table.cc215 void HeapProfileTable::RecordAlloc( function in class:HeapProfileTable
H A Dheap-checker.cc588 heap_profile->RecordAlloc(ptr, size, depth, stack);

Completed in 337 milliseconds