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