Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.h229 static void* MapInternalArtLow4GBAllocator(size_t length,
Dmem_map.cc809 void* MemMap::MapInternalArtLow4GBAllocator(size_t length, in MapInternalArtLow4GBAllocator() function in art::MemMap
943 actual = MapInternalArtLow4GBAllocator(length, prot_non_exec, flags, fd, offset); in MapInternal()