Searched refs:opt_xmalloc (Results 1 – 4 of 4) sorted by relevance
18 extern bool opt_xmalloc;
29 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
71 bool opt_xmalloc = false; variable870 | (opt_xmalloc ? flag_opt_xmalloc : 0); in malloc_slow_flag_init()1145 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc") in malloc_conf_init()1938 if (unlikely(sopts->slow) && config_xmalloc && unlikely(opt_xmalloc)) { in imalloc_body()1965 if (config_xmalloc && unlikely(opt_xmalloc)) { in imalloc_body()1991 if (config_xmalloc && unlikely(opt_xmalloc)) { in imalloc()2353 if (config_xmalloc && unlikely(opt_xmalloc)) { in je_realloc()2745 if (config_xmalloc && unlikely(opt_xmalloc)) { in je_rallocx()
97 CTL_PROTO(opt_xmalloc)298 {NAME("xmalloc"), CTL(opt_xmalloc)},1672 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool) in CTL_RO_CONFIG_GEN()