Searched refs:heapbase (Results 1 – 1 of 1) sorted by relevance
38 static void *heapbase; variable44 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()