#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlMemDisplayLast(
fp: *mut c_void,
nb_bytes: c_long,
)Expand description
Display a limited amount of memory debug information (upstream xmlmemory.h).
void xmlMemDisplayLast(FILE *fp, long nbBytes);Dumps the per-block registry (upstream xmlMemDisplayLast block listing):
one line per live block with its address, size and recorded allocation
site, bounded by nb_bytes when positive. The aggregate footer matches
upstream’s counters.