Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dsbrk.c38 static void *heapbase; variable
44 heapbase = (void *)(((uintptr_t)base + MALLOCALIGN_MASK) & in setheap()
46 maxheap = (char *)top - (char *)heapbase; in setheap()
54 if (heapbase == NULL) in sbrk()
58 ret = (char *)heapbase + heapsize; in sbrk()