index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
gc
/
allocator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rosalloc thread local allocation path without a cas.
Hiroshi Yamauchi
2015-03-11
3
-73
/
+223
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-2
/
+3
*
ART: Fix RosAlloc Valgrind code
Andreas Gampe
2015-02-20
1
-5
/
+6
*
Clear thread local freed bits in RosAlloc::Run::InspectAllSlots
Mathieu Chartier
2015-02-04
1
-1
/
+8
*
Tune rosalloc buffer sizes.
Hiroshi Yamauchi
2014-11-20
2
-3
/
+2
*
ART: Fix valgrind
Andreas Gampe
2014-11-06
3
-20
/
+53
*
ART: More warnings
Andreas Gampe
2014-11-04
4
-18
/
+41
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
3
-8
/
+33
*
Tidy and reduce ART library dependencies on the host.
Ian Rogers
2014-10-30
1
-0
/
+2
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-1
/
+1
*
Tidy up logging.
Ian Rogers
2014-10-22
2
-3
/
+4
*
Rosalloc should print unreachable page map type
Maxim Kazantsev
2014-10-16
1
-13
/
+13
*
Work around ICE bugs with MIPS GCC and O1.
Ian Rogers
2014-10-10
1
-1
/
+1
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-3
/
+2
*
stdint types all the way!
Ian Rogers
2014-10-09
3
-73
/
+73
*
Add allocation tracking allocators to ROSAlloc
Mathieu Chartier
2014-09-16
2
-15
/
+17
*
Break apart header files.
Ian Rogers
2014-07-15
1
-1
/
+2
*
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
Zuo Wang
2014-07-11
2
-3
/
+3
*
Fix race condition in release pages.
Mathieu Chartier
2014-07-10
1
-13
/
+23
*
Improve the OOME fragmentation message.
Hiroshi Yamauchi
2014-07-10
2
-0
/
+30
*
Add notion of released vs empty pages to ROSAlloc.
Mathieu Chartier
2014-07-09
2
-124
/
+140
*
More advanced timing loggers.
Mathieu Chartier
2014-06-24
1
-1
/
+1
*
Use reader lock of bulk free lock when not freeing.
Mathieu Chartier
2014-06-23
2
-8
/
+5
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
2
-0
/
+12
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
2
-21
/
+11
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Move RoS allocator to use unordered_set.
Ian Rogers
2014-05-15
2
-27
/
+16
*
Add inline to RosAlloc::AllocFromCurrentRunUnlocked().
Hiroshi Yamauchi
2014-05-02
1
-1
/
+1
*
Add thread unsafe allocation methods to spaces.
Mathieu Chartier
2014-04-30
3
-91
/
+165
*
Fix racy DCHECKS.
Mathieu Chartier
2014-04-28
1
-2
/
+6
*
Rosalloc: fix signature for 64b
Andreas Gampe
2014-04-25
1
-1
/
+1
*
Enable reading page map without lock in RosAlloc::BulkFree
Mathieu Chartier
2014-04-25
3
-332
/
+389
*
Return bytes freed from RosAlloc.
Mathieu Chartier
2014-04-22
2
-27
/
+30
*
Implement rosalloc page trimming without suspending threads.
Hiroshi Yamauchi
2014-04-07
2
-0
/
+57
*
Fix Object::Clone()'s pre-fence barrier.
Hiroshi Yamauchi
2014-04-03
1
-0
/
+2
*
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-8
/
+8
*
Revoke rosalloc thread-local buffers at the checkpoint.
Hiroshi Yamauchi
2014-03-21
2
-0
/
+28
*
Improve use of CHECK macros.
Ian Rogers
2014-03-12
1
-51
/
+57
*
Fix valgrind gtests and memory leaks.
Mathieu Chartier
2014-03-05
2
-0
/
+7
*
Decrease lock uses in RosAlloc::BulkFree().
Hiroshi Yamauchi
2014-03-03
2
-32
/
+114
*
Fix clang to compile and run host tests.
Ian Rogers
2014-02-28
1
-3
/
+0
*
Make allocations report usable size.
Ian Rogers
2014-02-26
1
-2
/
+2
*
Thread-local allocation stack.
Hiroshi Yamauchi
2014-02-13
1
-1
/
+2
*
RosAlloc verification.
Hiroshi Yamauchi
2014-02-07
2
-34
/
+311
*
Fix a race condition in RosAlloc.
Hiroshi Yamauchi
2014-02-03
2
-2
/
+6
*
Fix an array copy benchmark regression.
Hiroshi Yamauchi
2013-12-17
2
-14
/
+92
*
Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc
Brian Carlstrom
2013-11-25
1
-1
/
+1
*
Inline RosAlloc::Alloc().
Hiroshi Yamauchi
2013-11-22
3
-36
/
+75
*
Fix cpplint errors.
Hiroshi Yamauchi
2013-11-18
1
-6
/
+6
*
A custom 'runs-of-slots' memory allocator.
Hiroshi Yamauchi
2013-11-16
2
-0
/
+2110
[next]