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

/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c17 bool opt_prof = false; variable
1712 if (!opt_prof || !prof_booted)
2172 * opt_prof must be in its final state before any arenas are
2176 if (opt_prof_leak && !opt_prof) {
2178 * Enable opt_prof, but in such a way that profiles are never
2181 opt_prof = true;
2183 } else if (opt_prof) {
2197 if (opt_prof) {
2287 if (opt_prof) {
2304 if (opt_prof) {
[all...]
H A Djemalloc.c1208 CONF_HANDLE_BOOL(opt_prof, "prof", true)
1515 if (config_stats || (config_prof && opt_prof) || (slow_path &&
1521 if (config_prof && opt_prof)
1655 if (config_prof && opt_prof)
1806 if (config_prof && opt_prof) {
1834 if (config_prof && opt_prof)
1874 if (config_prof && opt_prof) {
2141 if (config_stats || (config_prof && opt_prof) || (slow_path &&
2147 if (config_prof && opt_prof) {
2155 if (config_prof && opt_prof)
[all...]
H A Dchunk.c151 if (config_prof && opt_prof) {
177 if (config_prof && opt_prof) {
H A Dctl.c107 CTL_PROTO(opt_prof)
284 {NAME("prof"), CTL(opt_prof)},
1294 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool)
H A Darena.c1838 assert(opt_prof);
1893 if (config_prof && opt_prof) {
1914 if (config_stats || (config_prof && opt_prof))
1917 if (config_prof && opt_prof)
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h246 extern bool opt_prof;
356 * Even if opt_prof is true, sampling can be temporarily disabled by
H A Dprivate_namespace.h379 #define opt_prof JEMALLOC_N(opt_prof) macro
H A Darena.h1476 if (config_prof && opt_prof) {

Completed in 143 milliseconds