Struct capnp::message::HeapAllocator [] [src]

pub struct HeapAllocator { /* fields omitted */ }

Methods

impl HeapAllocator
[src]

Trait Implementations

impl Debug for HeapAllocator
[src]

Formats the value using the given formatter.

impl Allocator for HeapAllocator
[src]

Allocates memory for a new segment, returning a pointer to the start of the segment and a u32 indicating the length of the segment. Read more