Settings
Help

Module heap

Module heap 

Source

StructsΒ§

GcHeap πŸ”’
A block of memory allocated on the heap that is managed by the garbage collector.
HeaderData πŸ”’

EnumsΒ§

AllocState πŸ”’

TraitsΒ§

GcMoveable πŸ”’
This trait is defined for types that can be moved by the GC. For types that don’t have any other pointers in them, they can use the implementation of this trait on GcHeap, which will just copy the object.

UnionsΒ§

GcHeader πŸ”’