Constant pool_allocator [src]

Alias for std.os.uefi.pool_allocator.pool_allocator

Supports the full Allocator interface, including alignment. For a direct call of allocatePool, see raw_pool_allocator.

Source

pub const pool_allocator = Allocator{ .ptr = undefined, .vtable = &pool_allocator_vtable, }