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

/freebsd-9.3-release/lib/libstand/
H A Dsbrk.c37 static size_t maxheap, heapsize = 0; variable
45 maxheap = (char *)top - (char *)heapbase;
53 if ((heapsize + incr) <= maxheap) {

Completed in 52 milliseconds