OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocValueSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h
278
static size_t
AllocValueSize
(const AllocValue& v) { return v.bytes; }
heap-profile-table.cc
263
address_map_->FindInside(&
AllocValueSize
, max_size, ptr, object_ptr);
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h
246
static size_t
AllocValueSize
(const AllocValue& v) { return v.bytes; }
heap-profile-table.cc
273
alloc_address_map_->FindInside(&
AllocValueSize
, max_size, ptr, object_ptr);
Completed in 233 milliseconds