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

/freebsd-9.3-release/lib/libstand/
H A Dsbrk.c38 static void *heapbase; variable
44 heapbase = (void *)(((uintptr_t)base + 15) & ~15);
45 maxheap = (char *)top - (char *)heapbase;
54 ret = (char *)heapbase + heapsize;
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dmain.c62 void *heapbase; local
79 heapbase = (void *)(maxmem - 0x80000);
80 setheap(heapbase, maxmem);

Completed in 110 milliseconds