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

  /external/jemalloc/test/unit/
decay.c 266 nstime_init2(&decay_time, opt_decay_time, 0);
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 348 #define opt_decay_time JEMALLOC_N(opt_decay_time) macro
private_unnamespace.h 348 #undef opt_decay_time macro
arena.h 492 extern ssize_t opt_decay_time;
    [all...]
  /external/jemalloc/src/
ctl.c 97 CTL_PROTO(opt_decay_time)
271 {NAME("decay_time"), CTL(opt_decay_time)},
    [all...]
arena.c 15 ssize_t opt_decay_time = DECAY_TIME_DEFAULT; variable
    [all...]
jemalloc.c 1102 CONF_HANDLE_SSIZE_T(opt_decay_time, "decay_time", -1,
    [all...]

Completed in 170 milliseconds