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);
}
pub fn init(child_allocator: Allocator) ArenaAllocator
child_allocator: Allocator
pub fn init(child_allocator: Allocator) ArenaAllocator {
return (State{}).promote(child_allocator);
}