Searched refs:opt_xmalloc (Results 1 – 4 of 4) sorted by relevance
28 extern bool opt_xmalloc;
153 bool opt_xmalloc = false; variable975 | (opt_xmalloc ? flag_opt_xmalloc : 0); in malloc_slow_flag_init()1369 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc") in malloc_conf_init_helper()2611 if (unlikely(sopts->slow) && config_xmalloc && unlikely(opt_xmalloc)) { in imalloc_body()2638 if (config_xmalloc && unlikely(opt_xmalloc)) { in imalloc_body()2663 if (config_xmalloc && unlikely(opt_xmalloc)) { in imalloc_init_check()3567 if (config_xmalloc && unlikely(opt_xmalloc)) { in do_rallocx()
126 CTL_PROTO(opt_xmalloc)447 {NAME("xmalloc"), CTL(opt_xmalloc)},2178 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool) in CTL_RO_CONFIG_GEN()
42 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro