Home
last modified time | relevance | path

Searched refs:initial_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dmerge.c96 size_t initial_size = INITIAL_COLLATION_SIZE * element_size; in merge_one_stream() local
102 strp->s_current.l_collate_bufsize = initial_size; in merge_one_stream()
103 strp->s_current.l_collate.sp = safe_realloc(NULL, initial_size); in merge_one_stream()
131 size_t initial_size = INITIAL_COLLATION_SIZE * element_size; in merge_two_streams() local
161 str_b->s_current.l_collate_bufsize = initial_size; in merge_two_streams()
163 str_a->s_current.l_collate.sp = safe_realloc(NULL, initial_size); in merge_two_streams()
164 str_b->s_current.l_collate.sp = safe_realloc(NULL, initial_size); in merge_two_streams()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c244 size_t initial_size = hash_table_sizes[0]; in iftbl_alloc() local
247 ahash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *)); in iftbl_alloc()
248 bhash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *)); in iftbl_alloc()
249 ihash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *)); in iftbl_alloc()
250 nhash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *)); in iftbl_alloc()
255 ahash_tbl.htbl_size = initial_size; in iftbl_alloc()
256 bhash_tbl.htbl_size = initial_size; in iftbl_alloc()
257 ihash_tbl.htbl_size = initial_size; in iftbl_alloc()
258 nhash_tbl.htbl_size = initial_size; in iftbl_alloc()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1724 size_t initial_size = MIN(1, n) * itemsize; in pr_iol_initlist() local
1730 ASSERT(initial_size > 0); in pr_iol_initlist()
1739 initial_size = MIN(MAPSIZE, initial_size + sizeof (*iol)); in pr_iol_initlist()
1740 iol = kmem_alloc(initial_size, KM_SLEEP); in pr_iol_initlist()
1743 iol->piol_size = initial_size; in pr_iol_initlist()