Home
last modified time | relevance | path

Searched refs:munmap (Results 1 – 9 of 9) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dtrusty.txt38 munmap
H A Dunix.txt661 munmap
H A Daix.txt2153 munmap
H A Dandroid.txt3556 munmap
/rust-libc-0.2.174/src/
H A Dtrusty.rs69 pub fn munmap(addr: *mut c_void, len: size_t) -> c_int; in munmap() function
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1159 pub fn munmap(addr: *mut c_void, len: size_t) -> c_int; in munmap() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1253 pub fn munmap(addr: *mut c_void, len: size_t) -> c_int; in munmap() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1175 pub fn munmap(addr: *mut c_void, len: size_t) -> c_int; in munmap() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3724 pub fn munmap(addr: *mut c_void, len: size_t) -> c_int; in munmap() function