Searched refs:which_source (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/jemalloc/src/
H A Djemalloc.c942 obtain_malloc_conf(unsigned which_source, char buf[PATH_MAX + 1]) { argument
949 assert(read_source++ == which_source);
951 assert(which_source < MALLOC_CONF_NSOURCES);
954 switch (which_source) {

Completed in 150 milliseconds