Module allocator

Module allocator 

Source
Expand description

Generational allocator for the garbage collector

Manages memory allocation across multiple generations, with optimized allocation strategies for different object lifetimes.

Structs§

AllocatorStats
Statistics for the allocator
Generation
Represents a generation in the generational heap
GenerationalAllocator
Main generational allocator

Enums§

SizeClass
Size classes for object allocation