[][src]Module arenavec::common

This module contains shared data structures and other functionality for use with the allocators implemented in this crate.

Structs

Slice

An arena allocated, fixed-size sequence of objects.

SliceVec

An arena allocated, sequential, resizable vector

Enums

ArenaBacking

The kind of backing requested for an arena.

ArenaError

An error type representing errors possible during arena creation or other arena operations.

Traits

AllocHandle

Every arena-allocated object has some form of handle to the arena containing it.