Function libc::posix_memalign
[−]
[src]
pub unsafe extern "C" fn posix_memalign(
memptr: *mut *mut c_void,
align: size_t,
size: size_t
) -> c_int