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

pub fn deallocate(physical_address: usize, size: usize)

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)