Robuta

https://docs.mmtk.io/api/mmtk/util/heap/layout/map/struct.CreateFreeListResult.html CreateFreeListResult in mmtk::util::heap::layout::map - Rust The result of creating free list. mmtkutilheaplayoutmap https://docs.mmtk.io/api/mmtk/policy/marksweepspace/native_ms/block_list/constant.MI_INTPTR_SIZE.html MI_INTPTR_SIZE in mmtk::policy::marksweepspace::native_ms::block_list - Rust pointer size in bytes https://docs.mmtk.io/api/mmtk/memory_manager/fn.destroy_mutator.html destroy_mutator in mmtk::memory_manager - Rust Report to MMTk that a mutator is no longer needed. All mutator state is flushed before it is destroyed. A binding should not attempt to use the mutator after... destroymmtkmemorymanagerrust https://docs.mmtk.io/api/mmtk/util/malloc/malloc_ms_util/fn.align_alloc.html align_alloc in mmtk::util::malloc::malloc_ms_util - Rust Allocate with alignment. This also guarantees the memory is zero initialized. alignallocmmtkutilms