Searched refs:bucketnum (Results 1 – 1 of 1) sorted by relevance
103 int bucketnum; in initial_allocation() local122 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() local197 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 …]