summaryrefslogtreecommitdiffstats
path: root/runtime/mem_map.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly"Andreas Gampe2014-03-241-1/+1
|\
| * Fixes to mem_map wraparound and ARM64 quick_invoke assemblyAndreas Gampe2014-03-211-1/+1
* | Avoid strerror until we are sure there is an errorBrian Carlstrom2014-03-241-8/+14
|/
* Fix sign problem, implement low-mem mmap wraparoundAndreas Gampe2014-03-211-1/+19
* Quick typo fix in the 4GB lowmem codeAndreas Gampe2014-03-171-2/+2
* AArch64: Add memory allocation in low 4GBStuart Monteith2014-03-171-2/+57
* Make MemMap::MapAnonymous() fail if the requested address is not available.Hiroshi Yamauchi2014-03-141-54/+86
* Print error message if ImageSpace::Init fails.Mathieu Chartier2014-03-051-4/+5
* 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