Home
last modified time | relevance | path

Searched refs:aligned_malloc (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt152 aligned_malloc
/rust-libc-0.2.174/src/windows/
H A Dmod.rs529 pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void; in aligned_malloc() function