Skip to main content

free_phys_contiguous

Function free_phys_contiguous 

Source
pub(crate) fn free_phys_contiguous(
    token: &IrqDisabledToken,
    frame: PhysFrame,
    order: u8,
)
Expand description

Free a physically contiguous block previously returned by allocate_phys_contiguous.

DO NOT USE to free frames from allocate_frame : use free_frame instead.