Home
last modified time | relevance | path

Searched refs:SUBCHUNKSIZE (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libc/port/threads/
H A Dalloc.c92 #define SUBCHUNKSIZE 2048 macro
123 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()