Skip to main content

xmlInitMemory

Function xmlInitMemory 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlInitMemory() -> c_int
Expand description

Initialize the memory layer with debugging support.

ยงUPSTREAM-PARITY

int xmlInitMemory(void);

Initializes the memory subsystem. Returns 0 on success. This is called automatically by xmlInitParser.