Home
last modified time | relevance | path

Searched refs:aligned_realloc (Results 1 – 3 of 3) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt153 aligned_realloc
/rust-libc-0.2.174/src/windows/
H A Dmod.rs533 pub fn aligned_realloc(memblock: *mut c_void, size: size_t, alignment: size_t) -> *mut c_void; in aligned_realloc() function
/rust-libc-0.2.174/
H A DCHANGELOG.md328 - Windows: add `aligned_realloc` <https://github.com/rust-lang/libc/pull/3592>