Searched refs:AllocValueSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h278 static size_t AllocValueSize(const AllocValue& v) { return v.bytes; } function in class:HeapProfileTable
H A Dheap-profile-table.cc263 address_map_->FindInside(&AllocValueSize, max_size, ptr, object_ptr);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h246 static size_t AllocValueSize(const AllocValue& v) { return v.bytes; } function in class:HeapProfileTable
H A Dheap-profile-table.cc273 alloc_address_map_->FindInside(&AllocValueSize, max_size, ptr, object_ptr);

Completed in 42 milliseconds