Searched refs:opt_xmalloc (Results 1 – 5 of 5) sorted by relevance
18 extern bool opt_xmalloc;
31 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
67 bool opt_xmalloc = false; variable866 | (opt_xmalloc ? flag_opt_xmalloc : 0); in malloc_slow_flag_init()1148 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc")1950 if (unlikely(sopts->slow) && config_xmalloc && unlikely(opt_xmalloc)) {1977 if (config_xmalloc && unlikely(opt_xmalloc)) {2003 if (config_xmalloc && unlikely(opt_xmalloc)) {2365 if (config_xmalloc && unlikely(opt_xmalloc)) {2757 if (config_xmalloc && unlikely(opt_xmalloc)) {
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()