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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcommon.h227 // metadata_system_bytes appropriately. May return NULL if allocation
233 uint64_t metadata_system_bytes();
H A Dcommon.cc200 uint64_t metadata_system_bytes() { return metadata_system_bytes_; } function in namespace:tcmalloc
H A Dtcmalloc.cc336 r->metadata_bytes = tcmalloc::metadata_system_bytes();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.h244 // metadata_system_bytes appropriately. May return NULL if allocation
250 uint64_t metadata_system_bytes();
253 // Adjust metadata_system_bytes to indicate that bytes are actually committed.
H A Dcommon.cc212 uint64_t metadata_system_bytes() { return metadata_system_bytes_; } function in namespace:tcmalloc
H A Dtcmalloc.cc348 r->metadata_bytes = tcmalloc::metadata_system_bytes();

Completed in 1095 milliseconds