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