HomeSort by relevance Sort by last modified time
    Searched full:central_bytes (Results 1 - 3 of 3) 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 315 uint64_t central_bytes; // Bytes in central cache member in struct:TCMallocStats
327 r->central_bytes = 0;
335 r->central_bytes += (size * length) + cache_overhead;
386 - stats.central_bytes
431 stats.central_bytes, stats.central_bytes / MiB,
664 - stats.central_bytes
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp     [all...]

Completed in 1360 milliseconds