HomeSort by relevance Sort by last modified time
    Searched refs:metadata_system_bytes_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
common.cc 195 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/
common.cc 191 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 464 milliseconds