Searched refs:CONF_HANDLE_T_U (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 1101 #define CONF_HANDLE_T_U(t, o, n, min, max, check_min, check_max, clip) \ in malloc_conf_init_helper() macro 1136 CONF_HANDLE_T_U(unsigned, o, n, min, max, \ in malloc_conf_init_helper() 1139 CONF_HANDLE_T_U(size_t, o, n, min, max, \ in malloc_conf_init_helper() 1428 #undef CONF_HANDLE_T_U in malloc_conf_init_helper()
|