[go: up one dir, main page]

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.
Arenaalloc
An arena allocator for allocations.
ArenaHandlealloc
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.