OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nmalloc_small
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ctl.h
49
uint64_t
nmalloc_small
;
member in struct:ctl_arena_stats_s
/external/jemalloc/src/
ctl.c
551
astats->
nmalloc_small
= 0;
576
cstats->
nmalloc_small
+= cstats->bstats[i].nmalloc;
609
sstats->
nmalloc_small
+= astats->
nmalloc_small
;
[
all
...]
Completed in 64 milliseconds