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
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-0
/
+8
*
More LOW_4G optimizations
Mathieu Chartier
2015-06-05
1
-9
/
+26
*
Add optimization for LOW_4G allocator
Mathieu Chartier
2015-06-04
1
-0
/
+24
*
ART: Merge entries with same name and protect in MemMap dump.
Vladimir Marko
2015-05-08
1
-4
/
+59
*
ART: Fix debug output for bad reused MemMap.
Vladimir Marko
2015-05-08
1
-3
/
+3
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-4
/
+5
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-1
/
+1
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-7
/
+15
*
ART: Print maps directly to log
Andreas Gampe
2015-02-24
1
-23
/
+16
*
Add clamp growth limit
Mathieu Chartier
2015-01-08
1
-0
/
+13
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-0
/
+5
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-0
/
+3
*
Tidy up logging.
Ian Rogers
2014-10-22
1
-2
/
+4
*
Change MemMap::maps_ to not be global variable
Mathieu Chartier
2014-10-14
1
-6
/
+23
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-18
/
+18
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-1
/
+1
*
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
1
-9
/
+5
*
Make a couple of map checks debug only.
Narayan Kamath
2014-08-21
1
-13
/
+27
*
Check for a NULL pointer, do not call Build.
Christopher Ferris
2014-08-06
1
-2
/
+2
*
ART: Fix memory unmapped twice issue in ElfFile::Load(bool)
Jim_Guo
2014-08-04
1
-55
/
+105
*
Use the uncached form of BacktraceMap::Create.
Christopher Ferris
2014-08-04
1
-3
/
+3
*
Fix the Mac build on x86-64.
Ian Rogers
2014-06-25
1
-3
/
+3
*
Mac doesn't define MAP_ANONYMOUS
Ian Rogers
2014-06-23
1
-0
/
+4
*
Limit the size of files created by run-test to 2MB.
Ian Rogers
2014-06-22
1
-12
/
+27
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-0
/
+12
*
Merge "Verify there's no mem map gap for immune region not to break."
Hiroshi Yamauchi
2014-06-05
1
-3
/
+92
|
\
|
*
Verify there's no mem map gap for immune region not to break.
Hiroshi Yamauchi
2014-06-04
1
-3
/
+92
*
|
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
[next]