Searched refs:SUBCHUNKSIZE (Results 1 – 1 of 1) sorted by relevance
92 #define SUBCHUNKSIZE 2048 macro123 n = SUBCHUNKSIZE / size; 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()140 ptr = (void *)((caddr_t)ptr + 2 * SUBCHUNKSIZE); in initial_allocation()145 ASSERT(((caddr_t)ptr - (caddr_t)base + 4 * SUBCHUNKSIZE) == BASE_SIZE); in initial_allocation()