Function free

Source
pub unsafe extern "C" fn free(address: u64, size: u64)
Expand description

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

Deallocates all the pages that overlap the memory block.