Module slab

Module slab 

Source
Expand description

Slab allocators that run on the CPU.

Structs§

SlabAllocator
Manages slab allocations and updates over a parameterised buffer.
SlabBuffer
A thin wrapper around a buffer T that provides the ability to tell if the buffer has been invalidated by the SlabAllocator that it originated from.
SourceId
An identifier for a unique source of updates.

Enums§

SlabAllocatorError