Skip to main content

xmlMemRealloc

Function xmlMemRealloc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlMemRealloc( ptr: *mut c_void, size: usize, ) -> *mut c_void
Expand description

Reallocate memory (legacy name; same contract as xmlRealloc).

void *xmlMemRealloc(void *ptr, size_t size);