Function free

Source
pub unsafe fn free(address: *mut u8, size: u64)
Expand description

Deallocate the memory block of the specified size starting at address.

Deallocates all the pages that overlap the memory block.