summaryrefslogtreecommitdiffstats
path: root/runtime/mem_map_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Randomize mem_map start address for linear scan searchAndreas Gampe2014-05-201-0/+33
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-10/+11
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* ART: Resolve MAP_32BIT limitation in x86_64Qiming Shi2014-05-141-0/+53
* 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