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
48
uint64_t
nmalloc_small
;
member in struct:ctl_arena_stats_s
/external/jemalloc/src/
ctl.c
545
astats->
nmalloc_small
= 0;
570
cstats->
nmalloc_small
+= cstats->bstats[i].nmalloc;
602
sstats->
nmalloc_small
+= astats->
nmalloc_small
;
[
all
...]
Completed in 641 milliseconds