Skip to main content

Module allocator

Module allocator 

Source
Expand description

Allocators for serializers to use during serialization.

Structs§

AllocationStats
Statistics for the allocations which occurred during serialization.
AllocationTracker
A passthrough allocator that tracks usage.
Arena
An arena allocator for allocations.
ArenaHandle
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.