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

/freebsd-10.1-release/lib/libstand/
H A Dsbrk.c39 static void *heapbase; variable
45 heapbase = (void *)(((uintptr_t)base + MALLOCALIGN_MASK) &
47 maxheap = (char *)top - (char *)heapbase;
56 ret = (char *)heapbase + heapsize;
/freebsd-10.1-release/sys/boot/powerpc/ps3/
H A Dmain.c62 void *heapbase; local
79 heapbase = (void *)(maxmem - 0x80000);
80 setheap(heapbase, maxmem);

Completed in 160 milliseconds