Home
last modified time | relevance | path

Searched defs:opt_dirty_decay_ms (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprivate_namespace_jet.h83 #define opt_dirty_decay_ms JEMALLOC_N(opt_dirty_decay_ms) macro
Dprivate_namespace.h82 #define opt_dirty_decay_ms JEMALLOC_N(opt_dirty_decay_ms) macro
/external/jemalloc_new/src/
Darena.c30 ssize_t opt_dirty_decay_ms = DIRTY_DECAY_MS_DEFAULT; variable