Cyclone Scheme
0.28.0
|
◆ gc_grow_heap()
Grow a heap by allocating a new page.
Heaps are increased in size by adding a newly-allocated page at the end of the heap's linked list. Page size is determined by starting at the minimum page size and increasing size using the Fibonnaci Sequence until reaching the max size. |