Home
last modified time | relevance | path

Searched defs:memalign (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/malloc/
H A Dmalloc.c56 void *memalign(size_t boundary, size_t size) in memalign() function
/third_party/musl/src/malloc/
H A Dmemalign.c94 void *memalign(size_t align, size_t len) in memalign() function
/third_party/ffmpeg/libavutil/
H A Dmem.c52 #define memalign AV_JOIN(MALLOC_PREFIX, memalign) macro
[all...]
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs669 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs868 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() functions
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs989 pub fn memalign(align: ::size_t, nbytes: ::size_t) -> *mut ::c_void; in memalign() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1284 pub fn memalign(block_size: ::size_t, size_arg: ::size_t) -> *mut ::c_void; in memalign() functions
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs988 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1679 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1670 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2672 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3872 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2841 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() functions

Completed in 53 milliseconds