dealloc_with_len

Function dealloc_with_len 

Source
#[unsafe(no_mangle)]
pub unsafe fn dealloc_with_len(ptr: i32, len: i32)
Expand description

de-allocating the memory

ยงSafety

This function is unsafe because it dereferences the pointer. There is no way to make this function unsafe.