HomeSort by relevance Sort by last modified time
    Searched refs:opt_lg_dirty_mult (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 354 #define opt_lg_dirty_mult JEMALLOC_N(opt_lg_dirty_mult) macro
private_unnamespace.h 354 #undef opt_lg_dirty_mult macro
arena.h 491 extern ssize_t opt_lg_dirty_mult;
    [all...]
  /external/jemalloc/src/
ctl.c 96 CTL_PROTO(opt_lg_dirty_mult)
270 {NAME("lg_dirty_mult"), CTL(opt_lg_dirty_mult)},
    [all...]
arena.c 13 ssize_t opt_lg_dirty_mult = LG_DIRTY_MULT_DEFAULT; variable
    [all...]
jemalloc.c 1100 CONF_HANDLE_SSIZE_T(opt_lg_dirty_mult, "lg_dirty_mult",
    [all...]

Completed in 54 milliseconds