Struct lrs::alloc::TaAlloc

Throw-away allocator.

Syntax

struct TaAlloc<'a>(/* */)

Trait implementations

NameDescription
Allocator

Allocators.

Remarks

This allocator draws its memory from a provided byte slice. It will not reuse any memory and reallocations will always allocate a new object.