Cyclone Scheme  0.28.0

◆ gc_heap_free()

gc_heap* gc_heap_free ( gc_heap page,
gc_heap prev_page 
)

Free a page of the heap.

Parameters
pagePage to free
prev_pagePrevious page in the heap
Returns
Previous page if successful, NULL otherwise