Cyclone Scheme  0.9
int gc_is_heap_empty ( gc_heap h)

Determine if a heap page is empty.

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