Struct capnp::message::ScratchSpaceHeapAllocator
[−]
[src]
pub struct ScratchSpaceHeapAllocator<'a, 'b> {
// some fields omitted
}pub struct ScratchSpaceHeapAllocator<'a, 'b> {
// some fields omitted
}impl<'a, 'b> ScratchSpaceHeapAllocator<'a, 'b>fn new(scratch_space: &'a mut ScratchSpace<'b>) -> ScratchSpaceHeapAllocator<'a, 'b>fn second_segment_words(self, value: u32) -> ScratchSpaceHeapAllocator<'a, 'b>fn allocation_strategy(self, value: AllocationStrategy) -> ScratchSpaceHeapAllocator<'a, 'b>impl<'a, 'b> Allocator for ScratchSpaceHeapAllocator<'a, 'b>