OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_bytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc
307
uint64_t
thread_bytes
; // Bytes in thread caches
member in struct:TCMallocStats
332
r->
thread_bytes
= 0;
335
ThreadCache::GetThreadStats(&r->
thread_bytes
, class_count);
374
- stats.
thread_bytes
);
406
stats.
thread_bytes
, stats.
thread_bytes
/ MiB,
635
- stats.
thread_bytes
676
*value = stats.
thread_bytes
;
701
*value = stats.
thread_bytes
;
839
uint64_t
thread_bytes
= 0
local
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc
314
uint64_t
thread_bytes
; // Bytes in thread caches
member in struct:TCMallocStats
341
r->
thread_bytes
= 0;
344
ThreadCache::GetThreadStats(&r->
thread_bytes
, class_count);
388
- stats.
thread_bytes
);
433
stats.
thread_bytes
, stats.
thread_bytes
/ MiB,
663
- stats.
thread_bytes
708
*value = stats.
thread_bytes
;
846
uint64_t
thread_bytes
= 0;
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp
[
all
...]
Completed in 264 milliseconds