Searched refs:opts_cache (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 1026 bool initial_call, const char *opts_cache[MALLOC_CONF_NSOURCES], in malloc_conf_init_helper() 1042 opts_cache[i] = obtain_malloc_conf(i, buf); in malloc_conf_init_helper() 1044 opts = opts_cache[i]; in malloc_conf_init_helper() 1445 const char *opts_cache[MALLOC_CONF_NSOURCES] = {NULL, NULL, NULL, NULL}; in malloc_conf_init() local 1449 malloc_conf_init_helper(NULL, NULL, true, opts_cache, buf); in malloc_conf_init() 1450 malloc_conf_init_helper(sc_data, bin_shard_sizes, false, opts_cache, in malloc_conf_init()
|