Struct dbkit_engine::allocator::ChainedArena [] [src]

pub struct ChainedArena<'a> {
    // some fields omitted
}

Arena styled allocator. Stores data in non-relocatable/non-movable arenas.

Policy is to increase allocation blocks 2X compare to previous block.

Methods

impl<'a> ChainedArena<'a>
[src]

Trait Implementations

impl<'a> Drop for ChainedArena<'a>
[src]

A method called when the value goes out of scope. Read more