Expand description
Generational allocator for the garbage collector
Manages memory allocation across multiple generations, with optimized allocation strategies for different object lifetimes.
Structs§
- Allocator
Stats - Statistics for the allocator
- Generation
- Represents a generation in the generational heap
- Generational
Allocator - Main generational allocator
Enums§
- Size
Class - Size classes for object allocation