Expand description
The allocator trait and allocation-related functions.
Structs§
- Allow specifying different behaviors with
Allocator::alloc_with_options
. - The context an allocator needs to access in order to perform allocation.
Enums§
- A list of errors that MMTk can encounter during allocation.
- Behavior when an allocation fails, and a GC is expected.
Traits§
- A trait which implements allocation routines. Every allocator needs to implements this trait.
Functions§
- Fill the specified region with the alignment value.