Skip to main content

elly_free

Function elly_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn elly_free(ptr: *mut u8, len: usize)
Expand description

Release a block previously returned by elly_alloc (same len).

ยงSafety

ptr/len must come from a prior elly_alloc(len) and not be freed twice.