Skip to main content

valloc

Function valloc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn valloc(size: size_t) -> *mut c_void
๐Ÿ‘ŽDeprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/7908799/xsh/valloc.html.

ยงDeprecation

The valloc() function was marked as obsolescent in the Open Group Base Specifications Issue 5, and the function was removed in Issue 6.