Struct dynamic_arena::bytes::ByteArena [] [src]

pub struct ByteArena { /* fields omitted */ }

Arena allocator for bytes.

This allows the user to request arena allocation of an arbitrary number of bytes. It should usually be much faster than typed_arena::Arena, since the implementation is highly optimized and only requires a couple instructions in the common case.

Methods

impl ByteArena
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Send for ByteArena
[src]