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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 227 // metadata_system_bytes appropriately. May return NULL if allocation
233 uint64_t metadata_system_bytes();
common.cc 200 uint64_t metadata_system_bytes() { return metadata_system_bytes_; } function in namespace:tcmalloc
tcmalloc.cc 336 r->metadata_bytes = tcmalloc::metadata_system_bytes();
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
common.h 244 // 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.
common.cc 212 uint64_t metadata_system_bytes() { return metadata_system_bytes_; } function in namespace:tcmalloc
tcmalloc.cc 348 r->metadata_bytes = tcmalloc::metadata_system_bytes();
    [all...]

Completed in 5266 milliseconds