Module BSSmallBlockAllocator

Source

Structsยง

BSSmallBlockAllocator
The main small block allocator struct.
BSSmallBlockAllocatorVtbl
Virtual table for BSSmallBlockAllocator to simulate the C++ vtable.
BlockPage
Represents a block page used by the allocator.
BlockPageInternal
Represents an internal block page.
FreeBlock
Represents a free block in the small block allocator.
MegaBlockPage
Represents a mega block page.
Pool
Represents a pool for memory allocation.