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