Home
last modified time | relevance | path

Searched defs:SC_NBINS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dbin.c12 bin_infos_init(sc_data_t * sc_data,unsigned bin_shard_sizes[SC_NBINS],bin_info_t bin_infos[SC_NBINS]) bin_infos_init() argument
13 bin_infos_init(sc_data_t * sc_data,unsigned bin_shard_sizes[SC_NBINS],bin_info_t bin_infos[SC_NBINS]) bin_infos_init() argument
30 bin_update_shard_size(unsigned bin_shard_sizes[SC_NBINS],size_t start_size,size_t end_size,size_t nshards) bin_update_shard_size() argument
54 bin_shard_sizes_boot(unsigned bin_shard_sizes[SC_NBINS]) bin_shard_sizes_boot() argument
62 bin_boot(sc_data_t * sc_data,unsigned bin_shard_sizes[SC_NBINS]) bin_boot() argument
H A Djemalloc.c1025 malloc_conf_init_helper(sc_data_t * sc_data,unsigned bin_shard_sizes[SC_NBINS],bool initial_call,const char * opts_cache[MALLOC_CONF_NSOURCES],char buf[PATH_MAX+1]) malloc_conf_init_helper() argument
1444 malloc_conf_init(sc_data_t * sc_data,unsigned bin_shard_sizes[SC_NBINS]) malloc_conf_init() argument
[all...]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dsc.h229 #define SC_NBINS global() macro