Expand description
Slab allocators that run on the CPU.
Structs§
- Slab
Allocator - Manages slab allocations and updates over a parameterised buffer.
- Slab
Buffer - A thin wrapper around a buffer
T
that provides the ability to tell if the buffer has been invalidated by theSlabAllocator
that it originated from. - Source
Id - An identifier for a unique source of updates.