Module allocator
Available on crate feature
dep_rkyv
only.Expand description
Allocators for serializers to use during serialization.
Structs§
- Statistics for the allocations which occurred during serialization.
- A passthrough allocator that tracks usage.
- An arena allocator for allocations.
- A 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.