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

/freebsd-10-stable/contrib/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.c31 size_t opt_quarantine = ZU(0); variable
302 if (config_fill && opt_quarantine)
419 opt_quarantine = JEMALLOC_VALGRIND_QUARANTINE_DEFAULT;
622 CONF_HANDLE_SIZE_T(opt_quarantine, "quarantine",
H A Dctl.c99 CTL_PROTO(opt_quarantine)
241 {NAME("quarantine"), CTL(opt_quarantine)},
1258 CTL_RO_NL_CGEN(config_fill, opt_quarantine, opt_quarantine, size_t)
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dquarantine.h57 assert(config_fill && opt_quarantine);
H A Djemalloc_internal.h524 extern size_t opt_quarantine;
929 if (config_fill && opt_quarantine)
H A Dprivate_namespace.h264 #define opt_quarantine JEMALLOC_N(opt_quarantine) macro

Completed in 130 milliseconds