summaryrefslogtreecommitdiffstats
path: root/runtime/mem_map_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Make MemMap::MapAnonymous() fail if the requested address is not available.Hiroshi Yamauchi2014-03-141-0/+33
* Object model changes to support 64bit.Ian Rogers2014-02-061-54/+89
* Fix a double unmap issue in MemMap::UnMapAtEnd().Hiroshi Yamauchi2013-10-251-1/+62
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-2/+5
* Allow MemMap to support empty map requestsBrian Carlstrom2013-07-291-0/+34