Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dalloc.c102 int bucketnum; in initial_allocation() local
121 for (bucketnum = 0; bucketnum < 6; bucketnum++, bp++) { in initial_allocation()
122 size = (size_t)MINSIZE << bucketnum; in initial_allocation()
124 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE); in initial_allocation()
136 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE); in initial_allocation()
182 int bucketnum = getbucketnum(size); in lmalloc() local
196 size = (size_t)MINSIZE << bucketnum; in lmalloc()
198 if (bucketnum >= NBUCKETS) { in lmalloc()
218 bp = &udp->bucket[bucketnum]; in lmalloc()
272 int bucketnum = getbucketnum(size); in lfree() local
[all …]