Method lrs::alloc::TaPool::new

Creates a new pool from a byte slice.

Syntax

impl<'a> TaPool<'a> {
    fn new(pool: &'a mut &'a mut [u8]) -> TaPool<'a>
}

Arguments

NameDescription
pool

A reference to the slice that will be used for allocation.