summaryrefslogtreecommitdiffstats
path: root/runtime/mem_map.h
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-0/+6
* ART: Merge entries with same name and protect in MemMap dump.Vladimir Marko2015-05-081-2/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-7/+7
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-1/+2
* Add clamp growth limitMathieu Chartier2015-01-081-0/+3
* ART: More warningsAndreas Gampe2014-11-041-0/+1
* Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-1/+4
* stdint types all the way!Ian Rogers2014-10-091-8/+8
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-4/+5
* Make a couple of map checks debug only.Narayan Kamath2014-08-211-1/+2
* ART: Fix memory unmapped twice issue in ElfFile::Load(bool)Jim_Guo2014-08-041-3/+10
* Fix the Mac build on x86-64.Ian Rogers2014-06-251-2/+8
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-0/+8
* Verify there's no mem map gap for immune region not to break.Hiroshi Yamauchi2014-06-041-2/+22
* ART: Randomize mem_map start address for linear scan searchAndreas Gampe2014-05-201-0/+6
* AArch64: Add memory allocation in low 4GBStuart Monteith2014-03-171-0/+4
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Fix apps with more than one dex file with the same nameBrian Carlstrom2014-02-061-0/+17
* Fix a double unmap issue in MemMap::UnMapAtEnd().Hiroshi Yamauchi2013-10-251-3/+6
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-5/+8
* Make DexFiles opened from files readonly by default, but writable during dex2oatBrian Carlstrom2013-08-291-2/+0
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+104