Searched defs:RecordAlloc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc224 void HeapProfileTable::RecordAlloc( function in class:HeapProfileTable
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);
/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.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

Completed in 3955 milliseconds