Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ART: Randomize mem_map start address for linear scan search | Andreas Gampe | 2014-05-20 | 1 | -0/+33 |
* | Now we have a proper C++ library, use std::unique_ptr. | Ian Rogers | 2014-05-19 | 1 | -10/+11 |
* | Compatibility layer to transition from UniquePtr to std::unique_ptr. | Ian Rogers | 2014-05-15 | 1 | -1/+1 |
* | ART: Resolve MAP_32BIT limitation in x86_64 | Qiming Shi | 2014-05-14 | 1 | -0/+53 |
* | Make MemMap::MapAnonymous() fail if the requested address is not available. | Hiroshi Yamauchi | 2014-03-14 | 1 | -0/+33 |
* | Object model changes to support 64bit. | Ian Rogers | 2014-02-06 | 1 | -54/+89 |
* | Fix a double unmap issue in MemMap::UnMapAtEnd(). | Hiroshi Yamauchi | 2013-10-25 | 1 | -1/+62 |
* | Throw IOException at source of failing to open a dex file. | Ian Rogers | 2013-10-21 | 1 | -2/+5 |
* | Allow MemMap to support empty map requests | Brian Carlstrom | 2013-07-29 | 1 | -0/+34 |