Searched refs:CONF_HANDLE_BOOL (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 1077 #define CONF_HANDLE_BOOL(o, n) \ in malloc_conf_init_helper() macro 1179 CONF_HANDLE_BOOL(opt_abort, "abort") in malloc_conf_init_helper() 1198 CONF_HANDLE_BOOL(opt_retain, "retain") in malloc_conf_init_helper() 1286 CONF_HANDLE_BOOL(opt_zero, "zero") in malloc_conf_init_helper() 1289 CONF_HANDLE_BOOL(opt_utrace, "utrace") in malloc_conf_init_helper() 1292 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc") in malloc_conf_init_helper() 1294 CONF_HANDLE_BOOL(opt_tcache, "tcache") in malloc_conf_init_helper() 1336 CONF_HANDLE_BOOL(opt_background_thread, in malloc_conf_init_helper() 1368 CONF_HANDLE_BOOL(opt_prof, "prof") in malloc_conf_init_helper() 1385 CONF_HANDLE_BOOL(opt_prof_log, "prof_log") in malloc_conf_init_helper() [all …]
|