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

/freebsd-10.2-release/lib/libstand/
H A Dsbrk.c38 static size_t maxheap, heapsize = 0; variable
47 maxheap = (char *)top - (char *)heapbase;
55 if ((heapsize + incr) <= maxheap) {

Completed in 170 milliseconds