Home
last modified time | relevance | path

Searched refs:CONF_MATCH_VALUE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c1075 #define CONF_MATCH_VALUE(n) \ in malloc_conf_init_helper() macro
1079 if (CONF_MATCH_VALUE("true")) { \ in malloc_conf_init_helper()
1081 } else if (CONF_MATCH_VALUE("false")) { \ in malloc_conf_init_helper()
1263 if (CONF_MATCH_VALUE("true")) { in malloc_conf_init_helper()
1267 } else if (CONF_MATCH_VALUE("false")) { in malloc_conf_init_helper()
1271 } else if (CONF_MATCH_VALUE("alloc")) { in malloc_conf_init_helper()
1275 } else if (CONF_MATCH_VALUE("free")) { in malloc_conf_init_helper()
1422 #undef CONF_MATCH_VALUE in malloc_conf_init_helper()