Constant raw_pool_allocator [src]

Alias for std.os.uefi.pool_allocator.raw_pool_allocator

Asserts allocations are 8 byte aligned and calls boot_services.allocatePool.

Source

pub const raw_pool_allocator = Allocator{ .ptr = undefined, .vtable = &raw_pool_allocator_table, }