Memory manager interface.
GC memory manager instance, scanned by the gc for pointers/references
C Malloc memory manager instance, scanned by the gc for pointers/references
GC memory manager instance, not scanned by the gc for pointers/references
C Malloc memory manager instance, not scanned by the gc for pointers/references
Interface and GC / malloc implementations of a memory manager which can create and destroy chunks of memory.