summaryrefslogtreecommitdiffstats
path: root/runtime/mem_map_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-41/+80
* Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-1/+13
* stdint types all the way!Ian Rogers2014-10-091-11/+11
* ART: Fix things for valgrindAndreas Gampe2014-09-101-11/+16
* Fix mem_map_test for Mips.Douglas Leung2014-06-111-2/+3
* Verify there's no mem map gap for immune region not to break.Hiroshi Yamauchi2014-06-041-0/+61
* 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