Home
last modified time | relevance | path

Searched defs:address_in_range (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dguest_memory.rs185 fn address_in_range(&self, addr: MemoryRegionAddress) -> bool { in address_in_range() method
600 fn address_in_range(&self, addr: GuestAddress) -> bool { in address_in_range() method
/aosp_15_r20/external/python/cpython3/Objects/
Dobmalloc.c1687 address_in_range(void *p, poolp pool) in address_in_range() function
1770 address_in_range(void *p, poolp pool) in address_in_range() function
/aosp_15_r20/external/crosvm/vm_memory/src/
H A Dguest_memory.rs395 pub fn address_in_range(&self, addr: GuestAddress) -> bool { in address_in_range() method