Searched defs:opt_lg_dirty_mult (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Darena.c7 ssize_t opt_lg_dirty_mult = LG_DIRTY_MULT_DEFAULT; variable
875 if (opt_lg_dirty_mult < 0)
883 threshold = (arena->nactive >> opt_lg_dirty_mult);
917 size_t threshold = (arena->nactive >> opt_lg_dirty_mult);
1111 assert((arena->nactive >> opt_lg_dirty_mult) < (arena->ndirty -
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h268 #define opt_lg_dirty_mult JEMALLOC_N(opt_lg_dirty_mult) macro
H A Dprivate_unnamespace.h268 #undef opt_lg_dirty_mult macro

Completed in 1574 milliseconds