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