Searched defs:SUBCHUNKSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c93 #define SUBCHUNKSIZE 2048 macro
124 n = SUBCHUNKSIZE / size;
125 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE);
137 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE);
141 ptr = (void *)((caddr_t)ptr + 2 * SUBCHUNKSIZE);
146 ASSERT(((caddr_t)ptr - (caddr_t)base + 4 * SUBCHUNKSIZE) == BASE_SIZE);

Completed in 105 milliseconds