raw_pool_allocator
Asserts allocations are 8 byte aligned and calls boot_services.allocatePool.
Source
Implementation
pub const raw_pool_allocator = Allocator{
.ptr = undefined,
.vtable = &raw_pool_allocator_table,
}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,
}