Struct dbkit_engine::allocator::HeapAllocator [] [src]

pub struct HeapAllocator {
}

Simple heap allocator without memory tracking

Trait Implementations

impl Send for HeapAllocator
[src]

impl Sync for HeapAllocator
[src]

impl Allocator for HeapAllocator
[src]

Simple heap allocator that delegates to alloc::heap

Resize; will try to resize in place if possible