Function hermit::x86_64::mm::physicalmem::deallocate[][src]

pub fn deallocate(physical_address: PhysAddr, size: usize)
Expand description

This function must only be called from mm::deallocate! Otherwise, it may fail due to an empty node pool (POOL.maintain() is called in virtualmem::deallocate)