HomeSort by relevance Sort by last modified time
    Searched refs:transfer_bytes (Results 1 - 3 of 3) 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 316 uint64_t transfer_bytes; // Bytes in central transfer cache member in struct:TCMallocStats
328 r->transfer_bytes = 0;
336 r->transfer_bytes += (size * tc_length);
387 - stats.transfer_bytes
432 stats.transfer_bytes, stats.transfer_bytes / MiB,
665 - stats.transfer_bytes
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp     [all...]

Completed in 41 milliseconds