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
/
heap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement TLAB fast paths in artAllocObjectFromCode.
Hiroshi Yamauchi
2014-08-06
1
-1
/
+1
*
Fix memory leak in RemoveRememberedSet.
Mathieu Chartier
2014-07-24
1
-0
/
+1
*
Recycle mem-maps for collector transitions.
Mathieu Chartier
2014-07-22
1
-4
/
+9
*
Disable adding main and non moving spaces to immune region in GSS
Mathieu Chartier
2014-07-16
1
-1
/
+2
*
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
Zuo Wang
2014-07-11
1
-4
/
+61
*
Change default heap maximum size to be 256m.
Mathieu Chartier
2014-07-10
1
-1
/
+1
*
Improve the OOME fragmentation message.
Hiroshi Yamauchi
2014-07-10
1
-2
/
+1
*
Add notion of released vs empty pages to ROSAlloc.
Mathieu Chartier
2014-07-09
1
-2
/
+2
*
Add easy way to ensure the next allocation does GC.
Mathieu Chartier
2014-07-09
1
-0
/
+20
*
Don't allow negative GetFreeMemory.
Mathieu Chartier
2014-06-27
1
-1
/
+4
*
Shared single GC iteration accounting for all GCs.
Mathieu Chartier
2014-06-20
1
-1
/
+12
*
Add mark compact collector.
Mathieu Chartier
2014-06-19
1
-1
/
+4
*
Fix GetFreeMemory to use fooprint limit instead of max memory.
Mathieu Chartier
2014-06-09
1
-1
/
+1
*
Change GetFreeMemory to use the growth limit.
Mathieu Chartier
2014-05-29
1
-1
/
+1
*
Add reserve area to allocation stacks.
Mathieu Chartier
2014-05-23
1
-0
/
+4
*
Merge "Begin migration of art::Atomic to std::atomic."
Ian Rogers
2014-05-21
1
-2
/
+2
|
\
|
*
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
1
-2
/
+2
*
|
Change zygote_creation_lock_ to be member instead of static.
Mathieu Chartier
2014-05-21
1
-0
/
+3
*
|
Improve heap verification for invalid roots.
Mathieu Chartier
2014-05-20
1
-3
/
+2
|
/
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-8
/
+8
*
Follow up to "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-2
/
+9
*
Add concurrent reference processing.
Mathieu Chartier
2014-05-07
1
-29
/
+11
*
Add RecordFree to the GarbageCollector interface
Mathieu Chartier
2014-05-05
1
-1
/
+1
*
Merge "Add finalizer references from the entrypoints."
Mathieu Chartier
2014-05-02
1
-1
/
+1
|
\
|
*
Add finalizer references from the entrypoints.
Mathieu Chartier
2014-05-01
1
-1
/
+1
*
|
Add GC cause to WaitForGcToComplete message.
Mathieu Chartier
2014-05-02
1
-2
/
+3
|
/
*
Merge "Clean up Add/Remove space."
Mathieu Chartier
2014-05-01
1
-4
/
+5
|
\
|
*
Clean up Add/Remove space.
Mathieu Chartier
2014-04-30
1
-4
/
+5
*
|
Use instruction specific dalvik cache dirs.
Narayan Kamath
2014-05-01
1
-0
/
+2
|
/
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-10
/
+1
*
Enable concurrent sweeping for non-concurrent GC.
Mathieu Chartier
2014-04-29
1
-11
/
+24
*
Enable reading page map without lock in RosAlloc::BulkFree
Mathieu Chartier
2014-04-25
1
-4
/
+6
*
Replace ObjectSet with LargeObjectBitmap.
Mathieu Chartier
2014-04-17
1
-2
/
+2
*
Decrease target utilization for foreground apps.
Mathieu Chartier
2014-04-16
1
-3
/
+10
*
Refactor space bitmap to support different alignments.
Mathieu Chartier
2014-04-14
1
-1
/
+3
*
Clean-up heap spaces.
Mathieu Chartier
2014-04-11
1
-18
/
+14
*
Improve invalid root dumping.
Mathieu Chartier
2014-04-04
1
-0
/
+2
*
Fix Object::Clone()'s pre-fence barrier.
Hiroshi Yamauchi
2014-04-03
1
-7
/
+8
*
Merge "Refactor some GC code."
Mathieu Chartier
2014-03-28
1
-0
/
+3
|
\
|
*
Refactor some GC code.
Mathieu Chartier
2014-03-28
1
-0
/
+3
*
|
Merge "An empty collector skeleton for a read barrier-based collector."
Hiroshi Yamauchi
2014-03-28
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
An empty collector skeleton for a read barrier-based collector.
Hiroshi Yamauchi
2014-03-27
1
-2
/
+5
*
|
Change sticky GC ergonomics to use GC throughput.
Mathieu Chartier
2014-03-27
1
-1
/
+4
|
/
*
Revoke rosalloc thread-local buffers at the checkpoint.
Hiroshi Yamauchi
2014-03-21
1
-0
/
+2
*
Merge "Refactor the garbage collector driver (GarbageCollector::Run)."
Hiroshi Yamauchi
2014-03-21
1
-4
/
+6
|
\
|
*
Refactor the garbage collector driver (GarbageCollector::Run).
Hiroshi Yamauchi
2014-03-20
1
-4
/
+6
*
|
Merge "Fix RecordFree to take signed parameters."
Mathieu Chartier
2014-03-20
1
-1
/
+1
|
\
\
|
*
|
Fix RecordFree to take signed parameters.
Mathieu Chartier
2014-03-20
1
-1
/
+1
|
|
/
*
|
Add Heap::RunningOnValgrind and call it from the spaces.
Mathieu Chartier
2014-03-20
1
-0
/
+3
|
/
[next]