Searched refs:aligned_realloc (Results 1 – 3 of 3) sorted by relevance
153 aligned_realloc
533 pub fn aligned_realloc(memblock: *mut c_void, size: size_t, alignment: size_t) -> *mut c_void; in aligned_realloc() function
328 - Windows: add `aligned_realloc` <https://github.com/rust-lang/libc/pull/3592>