OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
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
...]
Completed in 404 milliseconds