Struct lrs::alloc::TaPool

The memory pool of TaAllo.

Syntax

struct TaPool<'a> {
    /* private fields */
}

Static methods

NameDescription
new

Creates a new pool from a byte slice.

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

MaybeClone

Objects that can be duplicated.