var efi_pool_memory_type: tables.MemoryType = .LoaderData;
[src]
The memory type to allocate when using the pool Defaults to .LoaderData, the default data allocation type used by UEFI applications to allocate pool memory.
var efi_pool_memory_type: tables.MemoryType = .LoaderData;
The memory type to allocate when using the pool Defaults to .LoaderData, the default data allocation type used by UEFI applications to allocate pool memory.