Skip to main content

xmlMemoryDump

Function xmlMemoryDump 

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

Dump memory allocation statistics (upstream xmlmemory.h).

int xmlMemoryDump(void);

Prints the global counters to stderr and returns 0 (no leak detector is active in the default allocator).