Function init [src]

Prototype

pub fn init(child_allocator: Allocator) ArenaAllocator

Parameters

child_allocator: Allocator

Source

pub fn init(child_allocator: Allocator) ArenaAllocator { return (State{}).promote(child_allocator); }