summaryrefslogtreecommitdiffstats
path: root/runtime/mem_map.cc
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-0/+8
* More LOW_4G optimizationsMathieu Chartier2015-06-051-9/+26
* Add optimization for LOW_4G allocatorMathieu Chartier2015-06-041-0/+24
* ART: Merge entries with same name and protect in MemMap dump.Vladimir Marko2015-05-081-4/+59
* ART: Fix debug output for bad reused MemMap.Vladimir Marko2015-05-081-3/+3
* Replace NULL with nullptrMathieu Chartier2015-04-221-4/+5
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-7/+15
* ART: Print maps directly to logAndreas Gampe2015-02-241-23/+16
* Add clamp growth limitMathieu Chartier2015-01-081-0/+13
* ART: More warningsAndreas Gampe2014-11-041-0/+5
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+3
* Tidy up logging.Ian Rogers2014-10-221-2/+4
* Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-6/+23
* stdint types all the way!Ian Rogers2014-10-091-18/+18
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-9/+5
* Make a couple of map checks debug only.Narayan Kamath2014-08-211-13/+27
* Check for a NULL pointer, do not call Build.Christopher Ferris2014-08-061-2/+2
* ART: Fix memory unmapped twice issue in ElfFile::Load(bool)Jim_Guo2014-08-041-55/+105
* Use the uncached form of BacktraceMap::Create.Christopher Ferris2014-08-041-3/+3
* Fix the Mac build on x86-64.Ian Rogers2014-06-251-3/+3
* Mac doesn't define MAP_ANONYMOUSIan Rogers2014-06-231-0/+4
* Limit the size of files created by run-test to 2MB.Ian Rogers2014-06-221-12/+27
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-0/+12
* Merge "Verify there's no mem map gap for immune region not to break."Hiroshi Yamauchi2014-06-051-3/+92
|\
| * Verify there's no mem map gap for immune region not to break.Hiroshi Yamauchi2014-06-041-3/+92
* | Fix race condition in MemMap::MapAnonymous.Mathieu Chartier2014-05-301-3/+8
|/
* ART: Randomize mem_map start address for linear scan searchAndreas Gampe2014-05-201-2/+58
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* ART: Move start of linear mmap_scan out of reserved spaceAndreas Gampe2014-05-161-2/+2
* 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-1/+15
* 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