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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc308 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;
1356 + stats.central_bytes
1362 - stats.central_bytes
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc318 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
1401 + stats.central_bytes
1407 - stats.central_bytes

Completed in 247 milliseconds