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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h123 bool FindAlloc(const void* ptr, size_t* object_size) const;
124 // Same as FindAlloc, but fills all of *info.
H A Dheap-checker.cc1112 if (!(heap_profile->FindAlloc(ptr, &object_size) &&
2072 RAW_CHECK(heap_profile->FindAlloc(test_str, &size),
2080 RAW_CHECK(!heap_profile->FindAlloc(test_str, &size),
H A Dheap-profile-table.cc241 bool HeapProfileTable::FindAlloc(const void* ptr, size_t* object_size) const { function in class:HeapProfileTable
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h120 bool FindAlloc(const void* ptr, size_t* object_size) const;
121 // Same as FindAlloc, but fills all of *info.
H A Dheap-checker.cc1112 if (!(heap_profile->FindAlloc(ptr, &object_size) &&
2072 RAW_CHECK(heap_profile->FindAlloc(test_str, &size),
2080 RAW_CHECK(!heap_profile->FindAlloc(test_str, &size),
H A Dheap-profile-table.cc251 bool HeapProfileTable::FindAlloc(const void* ptr, size_t* object_size) const { function in class:HeapProfileTable

Completed in 276 milliseconds