Skip to main content

xmlMemFree

Function xmlMemFree 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlMemFree(ptr: *mut c_void)
Expand description

Free memory (legacy name; same contract as xmlFree).

void xmlMemFree(void *ptr);