Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Djemalloc.c1122 #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()
[all …]