[][src]Function jemalloc_sys::free

pub unsafe extern "C" fn free(ptr: *mut c_void)

Deallocates previously-allocated memory region referenced by ptr.

This makes the space available for future allocations.

If ptr is null, no action occurs.

Safety

The behavior is undefined if: