Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c1640 address_in_range(void *p, poolp pool) in address_in_range() function
1723 address_in_range(void *p, poolp pool) in address_in_range() function
/external/crosvm/vm_memory/src/
Dguest_memory.rs383 pub fn address_in_range(&self, addr: GuestAddress) -> bool { in address_in_range() method