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
/
rosalloc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rosalloc thread local allocation path without a cas.
Hiroshi Yamauchi
2015-03-11
1
-7
/
+39
*
Tune rosalloc buffer sizes.
Hiroshi Yamauchi
2014-11-20
1
-2
/
+1
*
ART: Fix valgrind
Andreas Gampe
2014-11-06
1
-4
/
+13
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-0
/
+4
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-3
/
+20
*
Work around ICE bugs with MIPS GCC and O1.
Ian Rogers
2014-10-10
1
-1
/
+1
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-28
/
+28
*
Add allocation tracking allocators to ROSAlloc
Mathieu Chartier
2014-09-16
1
-5
/
+9
*
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
1
-1
/
+1
*
Improve the OOME fragmentation message.
Hiroshi Yamauchi
2014-07-10
1
-0
/
+2
*
Add notion of released vs empty pages to ROSAlloc.
Mathieu Chartier
2014-07-09
1
-27
/
+17
*
Use reader lock of bulk free lock when not freeing.
Mathieu Chartier
2014-06-23
1
-4
/
+1
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-0
/
+6
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-16
/
+6
*
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
1
-21
/
+10
*
Add thread unsafe allocation methods to spaces.
Mathieu Chartier
2014-04-30
1
-5
/
+19
*
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
1
-17
/
+51
*
Return bytes freed from RosAlloc.
Mathieu Chartier
2014-04-22
1
-4
/
+5
*
Implement rosalloc page trimming without suspending threads.
Hiroshi Yamauchi
2014-04-07
1
-0
/
+2
*
Revoke rosalloc thread-local buffers at the checkpoint.
Hiroshi Yamauchi
2014-03-21
1
-0
/
+4
*
Fix valgrind gtests and memory leaks.
Mathieu Chartier
2014-03-05
1
-0
/
+1
*
Decrease lock uses in RosAlloc::BulkFree().
Hiroshi Yamauchi
2014-03-03
1
-3
/
+14
*
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
*
RosAlloc verification.
Hiroshi Yamauchi
2014-02-07
1
-4
/
+17
*
Fix a race condition in RosAlloc.
Hiroshi Yamauchi
2014-02-03
1
-1
/
+3
*
Fix an array copy benchmark regression.
Hiroshi Yamauchi
2013-12-17
1
-3
/
+62
*
Inline RosAlloc::Alloc().
Hiroshi Yamauchi
2013-11-22
1
-0
/
+9
*
Fix cpplint errors.
Hiroshi Yamauchi
2013-11-18
1
-6
/
+6
*
A custom 'runs-of-slots' memory allocator.
Hiroshi Yamauchi
2013-11-16
1
-0
/
+480