Function rust_free

Source
pub unsafe extern "C" fn rust_free(mem: *mut c_void)
Expand description

Baseline free implementation with Rust allocator

Does nothing if mem is null