| Interface | Description |
|---|---|
| IAllocator | |
| IBuffer |
A catch-all interface representing allocated bytes, which may be "open" for writing, or closed and either
in-memory or spilled to disk (durable).
|
| Class | Description |
|---|---|
| BuddyAllocator |
A simple "binary buddy" allocator (https://en.wikipedia.org/wiki/Buddy_memory_allocation)
|
| GenerationalAllocator | |
| GenerationalAllocator.MemoryAllocator |
A thread-local allocator for an in-memory slab.
|
| IAllocator.Range |