Structsยง
- BSSmall
Block Allocator - The main small block allocator struct.
- BSSmall
Block Allocator Vtbl - Virtual table for
BSSmallBlockAllocator
to simulate the C++ vtable. - Block
Page - Represents a block page used by the allocator.
- Block
Page Internal - Represents an internal block page.
- Free
Block - Represents a free block in the small block allocator.
- Mega
Block Page - Represents a mega block page.
- Pool
- Represents a pool for memory allocation.