Function ft_sys::memory::dealloc

source ·
#[no_mangle]
pub unsafe fn dealloc(ptr: 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.