Home
last modified time | relevance | path

Searched defs:memmap (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
Dagx_device.h48 struct agx_bo cmdbuf, memmap; member
/third_party/rust/crates/cxx/macro/src/
Dload.rs55 let memmap = File::open(&ast_dump_path).and_then(|file| unsafe { Mmap::map(&file) }); in load() localVariable