Searched refs:FindAllocDetails (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h125 bool FindAllocDetails(const void* ptr, AllocInfo* info) const;
H A Dheap-checker.cc1478 bool r = heap_profile->FindAllocDetails(ptr, &alloc);
2374 RAW_CHECK(heap_profile->FindAllocDetails(ptr, &info), "");
H A Dheap-profile-table.cc247 bool HeapProfileTable::FindAllocDetails(const void* ptr, function in class:HeapProfileTable
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h122 bool FindAllocDetails(const void* ptr, AllocInfo* info) const;
H A Dheap-profile-table.cc257 bool HeapProfileTable::FindAllocDetails(const void* ptr, function in class:HeapProfileTable
H A Dheap-checker.cc1478 if (!heap_profile->FindAllocDetails(ptr, &alloc)) {
1479 RAW_LOG(FATAL, "FindAllocDetails failed on ptr %p", ptr);
2373 RAW_CHECK(heap_profile->FindAllocDetails(ptr, &info), "");

Completed in 401 milliseconds