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