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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.cc196 static uint64_t metadata_unmapped_bytes_ = 0; member in namespace:tcmalloc
213 uint64_t metadata_unmapped_bytes() { return metadata_unmapped_bytes_; }
219 metadata_unmapped_bytes_ += diff;

Completed in 1914 milliseconds