Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Djemalloc.c1120 #define CONF_MATCH(n) \ in malloc_conf_init_helper() macro
1125 if (CONF_MATCH(n)) { \ in malloc_conf_init_helper()
1157 if (CONF_MATCH(n)) { \ in malloc_conf_init_helper()
1209 if (CONF_MATCH(n)) { \ in malloc_conf_init_helper()
1270 if (CONF_MATCH("narenas")) { in malloc_conf_init_helper()
1281 if (CONF_MATCH("narenas_ratio")) { in malloc_conf_init_helper()
1291 if (CONF_MATCH("bin_shards")) { in malloc_conf_init_helper()
1325 if (CONF_MATCH("stats_print_opts")) { in malloc_conf_init_helper()
1333 if (CONF_MATCH("stats_interval_opts")) { in malloc_conf_init_helper()
1339 if (CONF_MATCH("junk")) { in malloc_conf_init_helper()
[all …]