Cyclone Scheme  0.4

◆ gc_is_heap_empty()

int gc_is_heap_empty ( gc_heap h)

Determine if a heap page is empty.

Parameters
hHeap to inspect. The caller should acquire the necessary lock on this heap.
Returns
A truthy value if the heap is empty, 0 otherwise.