pub unsafe fn free(address: *mut u8, size: u64)
Deallocate the memory block of the specified size starting at address.
address
Deallocates all the pages that overlap the memory block.