Skip to main content

posix_memalign

Function posix_memalign 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn posix_memalign( memptr: *mut *mut c_void, alignment: size_t, size: size_t, ) -> c_int
Expand description