Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c103 int bucketnum; in initial_allocation() local
122 for (bucketnum = 0; bucketnum < 6; bucketnum++, bp++) { in initial_allocation()
123 size = (size_t)MINSIZE << bucketnum; in initial_allocation()
125 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE); in initial_allocation()
137 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE); in initial_allocation()
183 int bucketnum = getbucketnum(size); in lmalloc() local
197 size = (size_t)MINSIZE << bucketnum; in lmalloc()
199 if (bucketnum >= NBUCKETS) { in lmalloc()
219 bp = &udp->bucket[bucketnum]; in lmalloc()
273 int bucketnum = getbucketnum(size); in lfree() local
[all …]