OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tstats
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
75
tcache_bin_stats_t
tstats
;
member in struct:tcache_bin_s
307
tbin->
tstats
.nrequests++;
355
tbin->
tstats
.nrequests++;
/external/jemalloc/src/
ctl.c
582
ctl_arena_stats_t
tstats
;
local
583
memcpy(&
tstats
, &astats[ctl_stats.narenas],
587
memcpy(&astats[ctl_stats.narenas + 1], &
tstats
,
[
all
...]
Completed in 956 milliseconds