Searched refs:CONF_HANDLE_BOOL (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/jemalloc/src/ |
| HD | jemalloc.c | 947 #define CONF_HANDLE_BOOL(o, n, cont) \ in malloc_conf_init() macro 1023 CONF_HANDLE_BOOL(opt_abort, "abort", true) in malloc_conf_init() 1063 CONF_HANDLE_BOOL(opt_stats_print, "stats_print", true) in malloc_conf_init() 1091 CONF_HANDLE_BOOL(opt_redzone, "redzone", true) in malloc_conf_init() 1092 CONF_HANDLE_BOOL(opt_zero, "zero", true) in malloc_conf_init() 1095 CONF_HANDLE_BOOL(opt_utrace, "utrace", true) in malloc_conf_init() 1098 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc", true) in malloc_conf_init() 1101 CONF_HANDLE_BOOL(opt_tcache, "tcache", in malloc_conf_init() 1119 CONF_HANDLE_BOOL(opt_prof, "prof", true) in malloc_conf_init() 1122 CONF_HANDLE_BOOL(opt_prof_active, "prof_active", in malloc_conf_init() [all …]
|