Skip to main content

xmlMallocAtomicLoc

Function xmlMallocAtomicLoc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlMallocAtomicLoc( size: usize, _file: *const c_char, _line: c_int, ) -> *mut c_void
Expand description

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

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