Home
last modified time | relevance | path

Searched defs:map_anon (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/mem/mtest06/
Dmmap2.c162 int map_anon = FALSE; in main() local
/external/rust/crates/memmap2/src/
Dstub.rs39 pub fn map_anon(_: usize, _: bool, _: bool) -> io::Result<MmapInner> { in map_anon() method
Dlib.rs476 pub fn map_anon(&self) -> Result<MmapMut> { in map_anon() method
1016 pub fn map_anon(length: usize) -> Result<MmapMut> { in map_anon() method
1396 fn map_anon() { in map_anon() function
Dunix.rs266 pub fn map_anon(len: usize, stack: bool, populate: bool) -> io::Result<MmapInner> { in map_anon() method
Dwindows.rs346 pub fn map_anon(len: usize, _stack: bool, _populate: bool) -> io::Result<MmapInner> { in map_anon() method