Skip to main content

xmlReallocLoc

Function xmlReallocLoc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlReallocLoc( ptr: *mut c_void, size: usize, file: *const c_char, line: c_int, ) -> *mut c_void
Expand description

Reallocate memory, recording the allocation site (upstream xmlmemory.h).

void *xmlReallocLoc(void *ptr, size_t size, const char *file, int line);