Skip to main content

free_frames

Function free_frames 

Source
pub fn free_frames(token: &IrqDisabledToken, frame: PhysFrame, order: u8)
👎Deprecated:

use free_phys_contiguous() for blocks from allocate_phys_contiguous, or free_frame() for single frames

Expand description

Free 2^order contiguous physical frames.

Deprecated : use free_phys_contiguous for blocks returned by allocate_phys_contiguous, or free_frame for single frames.