Function rdp::drop_usize_array

source ·
#[no_mangle]
pub extern "C" fn drop_usize_array(arr: InternalArray)
Expand description

Free memory which has been allocated across the FFI boundary by:

  • simplify_rdp_idx_ffi
  • simplify_visvalingam_idx_ffi

Safety

This function is unsafe because it accesses a raw pointer which could contain arbitrary data