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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 308 uint64_t central_bytes; // Bytes in central cache member in struct:TCMallocStats
318 r->central_bytes = 0;
326 r->central_bytes += (size * length) + cache_overhead;
372 - stats.central_bytes
404 stats.central_bytes, stats.central_bytes / MiB,
636 - stats.central_bytes
662 *value = stats.central_bytes;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 318 uint64_t central_bytes; // Bytes in central cache member in struct:TCMallocStats
330 r->central_bytes = 0;
338 r->central_bytes += (size * length) + cache_overhead;
389 - stats.central_bytes
434 stats.central_bytes, stats.central_bytes / MiB,
667 - stats.central_bytes
    [all...]

Completed in 40 milliseconds