Skip to main content

__xmlMallocAtomic

Function __xmlMallocAtomic 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn __xmlMallocAtomic() -> *mut xmlMallocFunc
Expand description

Upstream xmlMallocFunc *__xmlMallocAtomic(void).

ยงSafety

  • The returned pointer is the address of the exported xmlMallocAtomic variable; it stays valid for the process lifetime.