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_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-41
/
+80
*
Change MemMap::maps_ to not be global variable
Mathieu Chartier
2014-10-14
1
-1
/
+13
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-11
/
+11
*
ART: Fix things for valgrind
Andreas Gampe
2014-09-10
1
-11
/
+16
*
Fix mem_map_test for Mips.
Douglas Leung
2014-06-11
1
-2
/
+3
*
Verify there's no mem map gap for immune region not to break.
Hiroshi Yamauchi
2014-06-04
1
-0
/
+61
*
ART: Randomize mem_map start address for linear scan search
Andreas Gampe
2014-05-20
1
-0
/
+33
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-10
/
+11
*
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
-0
/
+53
*
Make MemMap::MapAnonymous() fail if the requested address is not available.
Hiroshi Yamauchi
2014-03-14
1
-0
/
+33
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-54
/
+89
*
Fix a double unmap issue in MemMap::UnMapAtEnd().
Hiroshi Yamauchi
2013-10-25
1
-1
/
+62
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-2
/
+5
*
Allow MemMap to support empty map requests
Brian Carlstrom
2013-07-29
1
-0
/
+34