Skip to main content

xmlMemShow

Function xmlMemShow 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlMemShow(_fp: *mut c_void, _nr: c_int)
Expand description

Show memory allocation information.

§UPSTREAM-PARITY

void xmlMemShow(FILE *fp, int nr);

Prints debug memory information for the last nr allocations. With the default allocator, this is a no-op (we don’t track allocation history).