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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 309 uint64_t transfer_bytes; // Bytes in central transfer cache member in struct:TCMallocStats
319 r->transfer_bytes = 0;
327 r->transfer_bytes += (size * tc_length);
373 - stats.transfer_bytes
405 stats.transfer_bytes, stats.transfer_bytes / MiB,
637 - stats.transfer_bytes
669 *value = stats.transfer_bytes;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 319 uint64_t transfer_bytes; // Bytes in central transfer cache member in struct:TCMallocStats
331 r->transfer_bytes = 0;
339 r->transfer_bytes += (size * tc_length);
390 - stats.transfer_bytes
435 stats.transfer_bytes, stats.transfer_bytes / MiB,
668 - stats.transfer_bytes
    [all...]

Completed in 1211 milliseconds