File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3535 returned type is automatically freed on the UEFI heap, as long as boot
3636 services are not excited. By removing the need for that explicit buffer and
3737 the lifetime, the API is simpler.
38+ - ` BootServices::allocation_size_hint ` is now private. Use ` BootServices::get_memory_map ` instead.
3839
3940## Removed
4041- Removed the ` panic-on-logger-errors ` feature of the ` uefi ` crate. Logger
Original file line number Diff line number Diff line change @@ -1709,7 +1709,7 @@ impl MemoryMapBackingMemory {
17091709 /// Returns a best-effort size hint of the memory map size. This is
17101710 /// especially created with exiting boot services in mind.
17111711 #[ must_use]
1712- pub fn allocation_size_hint ( mms : MemoryMapMeta ) -> usize {
1712+ fn allocation_size_hint ( mms : MemoryMapMeta ) -> usize {
17131713 let MemoryMapMeta {
17141714 desc_size,
17151715 map_size,
You can’t perform that action at this time.
0 commit comments