Skip to main content

xmlMemBlocks

Function xmlMemBlocks 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlMemBlocks() -> c_int
Expand 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).