summaryrefslogtreecommitdiffstats
path: root/runtime/mem_map.cc
Commit message (Expand)AuthorAgeFilesLines
* Object model changes to support 64bit.Ian Rogers2014-02-061-2/+6
* Fix apps with more than one dex file with the same nameBrian Carlstrom2014-02-061-2/+9
* Modify to use new BacktraceMap creation function.Christopher Ferris2014-01-271-4/+5
* Move __STDC_FORMAT_MACROS to a cflag.Ian Rogers2014-01-231-1/+0
* 64bit friendly printf modifiers in mem map errors.Ian Rogers2014-01-231-3/+6
* Change to support new BacktraceMap.Christopher Ferris2014-01-161-17/+25
* Add more logging when mmap fails.Mathieu Chartier2013-11-131-3/+4
* am 7b5f0cf0: Use libbacktrace instead of libcorkscrew.Christopher Ferris2013-11-051-6/+6
|\
| * Use libbacktrace instead of libcorkscrew.Christopher Ferris2013-11-041-6/+6
* | Fix a double unmap issue in MemMap::UnMapAtEnd().Hiroshi Yamauchi2013-10-251-4/+65
* | Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-13/+15
|/
* Make DexFiles opened from files readonly by default, but writable during dex2oatBrian Carlstrom2013-08-291-23/+0
* Allow MemMap to support empty map requestsBrian Carlstrom2013-07-291-6/+15
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-181-1/+2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+208