Searched refs:heap_available (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/boot/loader/
H A Dheap.cpp446 heap_available(void) function
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp20 extern uint32 heap_available(void);
134 if ((size > heap_available() || size == 0) && gVerbosity < 2)
139 i, size, total, heap_available(), kHeapSize - total);

Completed in 48 milliseconds