#[unsafe(no_mangle)]pub extern "C" fn xmlMemBlocks() -> c_intExpand description
Return the current number of allocated blocks (approximate).
§UPSTREAM-PARITY
int xmlMemBlocks(void);Returns upstream’s debugMemBlocks counter (debug allocator only; 0 with
the default allocator — R-000178, byte-identical with the oracle).