Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c939 #define MALLOC_CONF_NSOURCES 4 macro
951 assert(which_source < MALLOC_CONF_NSOURCES); in obtain_malloc_conf()
1026 bool initial_call, const char *opts_cache[MALLOC_CONF_NSOURCES], in malloc_conf_init_helper() argument
1028 static const char *opts_explain[MALLOC_CONF_NSOURCES] = { in malloc_conf_init_helper()
1039 for (i = 0; i < MALLOC_CONF_NSOURCES; i++) { in malloc_conf_init_helper()
1445 const char *opts_cache[MALLOC_CONF_NSOURCES] = {NULL, NULL, NULL, NULL}; in malloc_conf_init()
1454 #undef MALLOC_CONF_NSOURCES