Home
last modified time | relevance | path

Searched refs:config_opt_safety_checks (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_preamble.h165 static const bool config_opt_safety_checks = variable
/freebsd/contrib/jemalloc/src/
H A Dtcache.c147 if (config_opt_safety_checks) { in tcache_bin_flush_small()
H A Dctl.c75 CTL_PROTO(config_opt_safety_checks)
299 {NAME("opt_safety_checks"), CTL(config_opt_safety_checks)},
1752 CTL_RO_CONFIG_GEN(config_opt_safety_checks, bool) in CTL_RO_CONFIG_GEN()
H A Darena.c1559 if (config_opt_safety_checks) { in arena_prof_promote()
1605 if (config_opt_safety_checks && usize < SC_LARGE_MINCLASS) { in arena_dalloc_promoted()