index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
mem_map.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix race condition in MemMap::MapAnonymous.
Mathieu Chartier
2014-05-30
1
-3
/
+8
*
ART: Randomize mem_map start address for linear scan search
Andreas Gampe
2014-05-20
1
-2
/
+58
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
ART: Move start of linear mmap_scan out of reserved space
Andreas Gampe
2014-05-16
1
-2
/
+2
*
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
-1
/
+15
*
Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly"
Andreas Gampe
2014-03-24
1
-1
/
+1
|
\
|
*
Fixes to mem_map wraparound and ARM64 quick_invoke assembly
Andreas Gampe
2014-03-21
1
-1
/
+1
*
|
Avoid strerror until we are sure there is an error
Brian Carlstrom
2014-03-24
1
-8
/
+14
|
/
*
Fix sign problem, implement low-mem mmap wraparound
Andreas Gampe
2014-03-21
1
-1
/
+19
*
Quick typo fix in the 4GB lowmem code
Andreas Gampe
2014-03-17
1
-2
/
+2
*
AArch64: Add memory allocation in low 4GB
Stuart Monteith
2014-03-17
1
-2
/
+57
*
Make MemMap::MapAnonymous() fail if the requested address is not available.
Hiroshi Yamauchi
2014-03-14
1
-54
/
+86
*
Print error message if ImageSpace::Init fails.
Mathieu Chartier
2014-03-05
1
-4
/
+5
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-2
/
+6
*
Fix apps with more than one dex file with the same name
Brian Carlstrom
2014-02-06
1
-2
/
+9
*
Modify to use new BacktraceMap creation function.
Christopher Ferris
2014-01-27
1
-4
/
+5
*
Move __STDC_FORMAT_MACROS to a cflag.
Ian Rogers
2014-01-23
1
-1
/
+0
*
64bit friendly printf modifiers in mem map errors.
Ian Rogers
2014-01-23
1
-3
/
+6
*
Change to support new BacktraceMap.
Christopher Ferris
2014-01-16
1
-17
/
+25
*
Add more logging when mmap fails.
Mathieu Chartier
2013-11-13
1
-3
/
+4
*
am 7b5f0cf0: Use libbacktrace instead of libcorkscrew.
Christopher Ferris
2013-11-05
1
-6
/
+6
|
\
|
*
Use libbacktrace instead of libcorkscrew.
Christopher Ferris
2013-11-04
1
-6
/
+6
*
|
Fix a double unmap issue in MemMap::UnMapAtEnd().
Hiroshi Yamauchi
2013-10-25
1
-4
/
+65
*
|
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-13
/
+15
|
/
*
Make DexFiles opened from files readonly by default, but writable during dex2oat
Brian Carlstrom
2013-08-29
1
-23
/
+0
*
Allow MemMap to support empty map requests
Brian Carlstrom
2013-07-29
1
-6
/
+15
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-3
/
+3
*
Fixing cpplint readability/casting issues
Brian Carlstrom
2013-07-18
1
-1
/
+2
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+208