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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.cc195 static uint64_t metadata_system_bytes_ = 0; member in namespace:tcmalloc
207 metadata_system_bytes_ += bytes;
212 uint64_t metadata_system_bytes() { return metadata_system_bytes_; }
216 metadata_system_bytes_ += diff;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcommon.cc191 static uint64_t metadata_system_bytes_ = 0; member in namespace:tcmalloc
195 metadata_system_bytes_ += bytes;
200 uint64_t metadata_system_bytes() { return metadata_system_bytes_; }

Completed in 421 milliseconds