Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dmmap_unix.rs121 pub unsafe fn with_raw_mmap_pointer(mut self, raw_ptr: *mut u8) -> Self { in with_raw_mmap_pointer() method
311 .with_raw_mmap_pointer(addr) in build_raw()