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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c60 * bucketnum allocation size
103 int bucketnum; local
122 for (bucketnum = 0; bucketnum < 6; bucketnum++, bp++) {
123 size = (size_t)MINSIZE << bucketnum;
125 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE);
137 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE);
183 int bucketnum = getbucketnum(size); local
197 size = (size_t)MINSIZE << bucketnum;
273 int bucketnum = getbucketnum(size); local
[all...]

Completed in 52 milliseconds