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

/external/jemalloc/include/jemalloc/internal/
H A Dquarantine.h50 assert(config_fill && opt_quarantine);
H A Djemalloc_internal.h411 extern size_t opt_quarantine;
1018 if (config_fill && unlikely(opt_quarantine))
1035 if (config_fill && unlikely(opt_quarantine))
H A Dprivate_namespace.h342 #define opt_quarantine JEMALLOC_N(opt_quarantine) macro
H A Dprivate_unnamespace.h342 #undef opt_quarantine macro
/external/jemalloc/src/
H A Dquarantine.c123 assert(opt_quarantine);
133 if (quarantine->curbytes + usize > opt_quarantine) {
134 size_t upper_bound = (opt_quarantine >= usize) ? opt_quarantine
144 if (quarantine->curbytes + usize <= opt_quarantine) {
H A Dctl.c97 CTL_PROTO(opt_quarantine)
265 {NAME("quarantine"), CTL(opt_quarantine)},
1273 CTL_RO_NL_CGEN(config_fill, opt_quarantine, opt_quarantine, size_t)
H A Djemalloc.c38 size_t opt_quarantine = ZU(0); variable
254 if (config_fill && unlikely(opt_quarantine))
850 opt_quarantine = JEMALLOC_VALGRIND_QUARANTINE_DEFAULT;
1080 CONF_HANDLE_SIZE_T(opt_quarantine, "quarantine",
H A Darena.c1950 assert(opt_quarantine);

Completed in 314 milliseconds