Searched defs:SC_NBINS (Results 1 – 3 of 3) sorted by relevance
12 bin_infos_init(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS], in bin_infos_init()13 bin_info_t bin_infos[SC_NBINS]) { in bin_infos_init()30 bin_update_shard_size(unsigned bin_shard_sizes[SC_NBINS], size_t start_size, in bin_update_shard_size()54 bin_shard_sizes_boot(unsigned bin_shard_sizes[SC_NBINS]) { in bin_shard_sizes_boot()62 bin_boot(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS]) { in bin_boot()
1025 malloc_conf_init_helper(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS], in malloc_conf_init_helper()1444 malloc_conf_init(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS]) { in malloc_conf_init()
229 #define SC_NBINS ( \ macro