Expand description
Allocators for serializers to use during serialization.
Structs§
- Allocation
Stats - Statistics for the allocations which occurred during serialization.
- Allocation
Tracker - A passthrough allocator that tracks usage.
- Arena
alloc - An arena allocator for allocations.
- Arena
Handle alloc - A handle which can allocate within an arena.
- SubAllocator
- An allocator that sub-allocates a fixed-size memory space.
Traits§
- Allocator
- A serializer that can allocate scratch space.