Skip to main content

xmlGcMemGet

Function xmlGcMemGet 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlGcMemGet( freeFunc: *mut Option<xmlFreeFunc>, mallocFunc: *mut Option<xmlMallocFunc>, reallocFunc: *mut Option<xmlReallocFunc>, strdupFunc: *mut Option<xmlStrdupFunc>, )
Expand description

Get GC-aware memory allocator functions.

ยงUPSTREAM-PARITY

Wrapper around xmlMemGet.