Searched refs:opt_quarantine (Results 1 - 8 of 8) sorted by relevance

/external/jemalloc/src/
H A Dquarantine.c106 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) {
H A Djemalloc.c27 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",
H A Dctl.c97 CTL_PROTO(opt_quarantine)
238 {NAME("quarantine"), CTL(opt_quarantine)},
1161 CTL_RO_NL_CGEN(config_fill, opt_quarantine, opt_quarantine, size_t)
H A Darena.c1691 assert(opt_quarantine);
/external/jemalloc/include/jemalloc/internal/
H A Dquarantine.h57 assert(config_fill && opt_quarantine);
H A Djemalloc_internal.h370 extern size_t opt_quarantine;
790 if (config_fill && opt_quarantine)
H A Dprivate_namespace.h280 #define opt_quarantine JEMALLOC_N(opt_quarantine) macro
H A Dprivate_unnamespace.h280 #undef opt_quarantine macro

Completed in 119 milliseconds