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