Skip to main content

xmlBufferSetAllocationScheme

Function xmlBufferSetAllocationScheme 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlBufferSetAllocationScheme( _buf: *mut _xmlBuffer, _scheme: c_int, )
Expand description

Set buffer allocation scheme.

ยงUPSTREAM-PARITY

void xmlBufferSetAllocationScheme(xmlBufferPtr buf,
                                   xmlBufferAllocationScheme scheme);