[go: up one dir, main page]

rkyv::ser

Module allocator

Source
Expand description

Allocators for serializers to use during serialization.

Structs§

  • Statistics for the allocations which occurred during serialization.
  • A passthrough allocator that tracks usage.
  • Arenaalloc
    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.