Lines Matching refs:CONF_MATCH_VALUE
1122 #define CONF_MATCH_VALUE(n) \ in malloc_conf_init_helper() macro
1126 if (CONF_MATCH_VALUE("true")) { \ in malloc_conf_init_helper()
1128 } else if (CONF_MATCH_VALUE("false")) { \ in malloc_conf_init_helper()
1271 if (CONF_MATCH_VALUE("default")) { in malloc_conf_init_helper()
1340 if (CONF_MATCH_VALUE("true")) { in malloc_conf_init_helper()
1344 } else if (CONF_MATCH_VALUE("false")) { in malloc_conf_init_helper()
1348 } else if (CONF_MATCH_VALUE("alloc")) { in malloc_conf_init_helper()
1352 } else if (CONF_MATCH_VALUE("free")) { in malloc_conf_init_helper()
1511 if (CONF_MATCH_VALUE("-1")) { in malloc_conf_init_helper()
1545 if (CONF_MATCH_VALUE("default")) { in malloc_conf_init_helper()
1599 if (CONF_MATCH_VALUE("default")) { in malloc_conf_init_helper()
1602 } else if (CONF_MATCH_VALUE("high")) { in malloc_conf_init_helper()
1661 if (CONF_MATCH_VALUE("alloc")) { in malloc_conf_init_helper()
1664 } else if (CONF_MATCH_VALUE("free")) { in malloc_conf_init_helper()
1667 } else if (CONF_MATCH_VALUE("abort")) { in malloc_conf_init_helper()
1713 #undef CONF_MATCH_VALUE in malloc_conf_init_helper()