Cyclone Scheme  0.28.0

◆ gc_heap

typedef struct gc_heap_t gc_heap

Contains data for a single page of the heap.

Heap page

Note there are groups of parameters to support:

  • Bump-allocation - This type of allocation is faster but only applicable when a page is first created or empty.
  • Lazy sweep