Skip to main content

xmlMemDisplay

Function xmlMemDisplay 

Source
#[unsafe(no_mangle)]
pub const unsafe extern "C" fn xmlMemDisplay(_fp: *mut c_void)
Expand description

Display memory allocation information to a file.

§UPSTREAM-PARITY

void xmlMemDisplay(FILE *fp);

No-op — upstream 2.15.0 removed this feature (@deprecated This feature was removed.). The pre-Z.3 candidate printed aggregate counters; that was a divergence from the executed oracle and is removed (R-000131 sealed).

§SAFETY

  • fp must be a valid FILE* pointer or NULL (unused)