#[unsafe(no_mangle)]pub const unsafe extern "C" fn xmlMemoryDump()Expand description
Dump memory allocation statistics (upstream xmlmemory.h).
void xmlMemoryDump(void);No-op — upstream 2.15.0 removed this feature (@deprecated This feature was removed.).
§SAFETY
The function touches crate-global state only; it is safe as long as the caller respects the library’s global initialization/cleanup ordering (xmlInitParser before use, xmlCleanupParser only after all users are done).