| /freebsd/contrib/jemalloc/src/ |
| H A D | bin.c | 10 bin_update_shard_size(unsigned bin_shard_sizes[SC_NBINS], size_t start_size, 16 if (start_size > SC_SMALL_MAXCLASS) { in bin_infos_init() 24 szind_t ind1 = sz_size2index_compute(start_size); in bin_infos_init() 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
|
| /freebsd/contrib/unbound/validator/ |
| H A D | val_kcache.c | 54 size_t numtables, start_size, maxmem; in key_cache_create() local 60 start_size = HASH_DEFAULT_STARTARRAY; in key_cache_create() 62 kcache->slab = slabhash_create(numtables, start_size, maxmem, in key_cache_create()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UniqueCStringMap.h | 125 const size_t start_size = values.size(); in GetValues() local 131 return values.size() - start_size; in GetValues() 136 const size_t start_size = values.size(); in GetValues() local 144 return values.size() - start_size; in GetValues()
|
| /freebsd/sys/netlink/ |
| H A D | netlink_snl_route_parsers.h | 103 uint32_t start_size = 4; in nlattr_get_multipath() local 105 while (start_size < NLA_DATA_LEN(nla) / sizeof(struct rtnexthop)) in nlattr_get_multipath() 106 start_size *= 2; in nlattr_get_multipath() 108 return (snl_attr_get_parray_sz(ss, nla, start_size, &_mpath_nh_parser, target)); in nlattr_get_multipath()
|
| H A D | netlink_snl.h | 719 uint32_t start_size, const void *arg, void *target) in snl_attr_get_parray_sz() argument 724 uint32_t count = 0, size = start_size; in snl_attr_get_parray_sz()
|
| /freebsd/contrib/unbound/util/storage/ |
| H A D | slabhash.c | 48 struct slabhash* slabhash_create(size_t numtables, size_t start_size, in slabhash_create() argument 77 sl->array[i] = lruhash_create(start_size, maxmem / sl->size, in slabhash_create()
|
| H A D | slabhash.h | 72 * @param start_size: size of hashtable array at start, must be power of 2. 82 struct slabhash* slabhash_create(size_t numtables, size_t start_size,
|
| H A D | lruhash.h | 229 * @param start_size: size of hashtable array at start, must be power of 2. 240 struct lruhash* lruhash_create(size_t start_size, size_t maxmem,
|
| H A D | lruhash.c | 62 lruhash_create(size_t start_size, size_t maxmem, in lruhash_create() argument 77 table->size = start_size; in lruhash_create() 78 table->size_mask = (int)(start_size-1); in lruhash_create()
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | bin.h | 52 bool bin_update_shard_size(unsigned bin_shards[SC_NBINS], size_t start_size,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 862 const size_t start_size = sc_list.GetSize(); in FindFunctions() local 881 end_functions_added_index - start_size; in FindFunctions() 895 for (size_t i = start_size; i < end_functions_added_index; ++i) { in FindFunctions() 906 for (size_t i = start_size; i < num_matches; ++i) { in FindFunctions()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_posix.c | 966 uint64_t start_size = size; in write_data_block() local 994 start_size = size = (size_t)(a->filesize - a->offset); in write_data_block() 1046 return (start_size - size); in write_data_block() 1590 uint64_t start_size = size; in hfs_write_data_block() local 1605 start_size = size = (size_t)(a->filesize - a->offset); in hfs_write_data_block() 1648 return (start_size - size); in hfs_write_data_block()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 57 vm_size_t start_size, unsigned zone_flags) {
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_ucast_dfsssp.c | 499 uint32_t new_size = 0, start_size = 2; in set_next_srcdest_pair() local 504 (uint32_t *) malloc(start_size * sizeof(uint32_t)); in set_next_srcdest_pair() 506 link->max_len = start_size; in set_next_srcdest_pair()
|