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

  /external/jemalloc/src/
quarantine.c 106 assert(opt_quarantine);
125 if (quarantine->curbytes + usize > opt_quarantine) {
126 size_t upper_bound = (opt_quarantine >= usize) ? opt_quarantine
136 if (quarantine->curbytes + usize <= opt_quarantine) {
jemalloc.c 27 size_t opt_quarantine = ZU(0); variable
286 if (config_fill && opt_quarantine)
403 opt_quarantine = JEMALLOC_VALGRIND_QUARANTINE_DEFAULT;
609 CONF_HANDLE_SIZE_T(opt_quarantine, "quarantine",
    [all...]
ctl.c 97 CTL_PROTO(opt_quarantine)
238 {NAME("quarantine"), CTL(opt_quarantine)},
1161 CTL_RO_NL_CGEN(config_fill, opt_quarantine, opt_quarantine, size_t)
    [all...]
arena.c     [all...]
  /external/jemalloc/include/jemalloc/internal/
quarantine.h 57 assert(config_fill && opt_quarantine);
jemalloc_internal.h 370 extern size_t opt_quarantine;
790 if (config_fill && opt_quarantine)
private_namespace.h 280 #define opt_quarantine JEMALLOC_N(opt_quarantine) macro
private_unnamespace.h 280 #undef opt_quarantine macro

Completed in 3024 milliseconds