Searched refs:TryMemMapLow4GB (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | mem_map.cc | 274 static inline void* TryMemMapLow4GB(void* ptr, in TryMemMapLow4GB() function 938 actual = TryMemMapLow4GB(reinterpret_cast<void*>(ptr), length, prot, flags, fd, offset); in MapInternalArtLow4GBAllocator() 973 actual = TryMemMapLow4GB(reinterpret_cast<void*>(ptr), length, prot, flags, fd, offset); in MapInternalArtLow4GBAllocator()
|