summaryrefslogtreecommitdiffstats
path: root/runtime/gc
Commit message (Expand)AuthorAgeFilesLines
* Don't allow negative GetFreeMemory.Mathieu Chartier2014-06-271-1/+4
* Merge "More advanced timing loggers."Mathieu Chartier2014-06-247-180/+147
|\
| * More advanced timing loggers.Mathieu Chartier2014-06-247-180/+147
* | Add logging to monitor deflation.Mathieu Chartier2014-06-241-1/+4
|/
* Use reader lock of bulk free lock when not freeing.Mathieu Chartier2014-06-232-8/+5
* Shared single GC iteration accounting for all GCs.Mathieu Chartier2014-06-2012-350/+346
* Add mark compact collector.Mathieu Chartier2014-06-1915-41/+963
* Fix systrace logging, total paused time, and bytes saved message.Mathieu Chartier2014-06-173-5/+10
* Merge "Fix error with remembered sets creation."Mathieu Chartier2014-06-171-10/+12
|\
| * Fix error with remembered sets creation.Mathieu Chartier2014-06-171-10/+12
* | Change reference processing to use heap references.Mathieu Chartier2014-06-169-121/+131
|/
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-107-14/+20
* Merge "Reduced frequency of blocks for concurrent gc"Mathieu Chartier2014-06-103-21/+27
|\
| * Reduced frequency of blocks for concurrent gcFred Shih2014-06-103-21/+27
* | Merge "Add locking around boot image generation."Narayan Kamath2014-06-101-1/+12
|\ \ | |/ |/|
| * Add locking around boot image generation.Narayan Kamath2014-06-101-1/+12
* | Fix GetFreeMemory to use fooprint limit instead of max memory.Mathieu Chartier2014-06-092-2/+2
|/
* Add missing initializtaion of last_gc_time_ns_.Mathieu Chartier2014-06-061-0/+1
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-5/+3
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-5/+3
* | Reduce header files including header files.Ian Rogers2014-06-062-5/+8
|/
* Merge "Verify there's no mem map gap for immune region not to break."Hiroshi Yamauchi2014-06-051-0/+11
|\
| * Verify there's no mem map gap for immune region not to break.Hiroshi Yamauchi2014-06-041-0/+11
* | ART: Heap-allocate buffer in space_bitmap when on 64b archAndreas Gampe2014-06-041-1/+9
* | Print mutexes held in Thread::Dump.Mathieu Chartier2014-06-041-1/+1
* | ART: Add thread safety test for LargeObjectSpaceAndreas Gampe2014-05-301-0/+57
* | Change GetFreeMemory to use the growth limit.Mathieu Chartier2014-05-292-2/+2
* | Merge "Use a heap allocated free buffer in MarkSweep::SweepArray()."Hiroshi Yamauchi2014-05-282-1/+15
|\ \ | |/
| * Use a heap allocated free buffer in MarkSweep::SweepArray().Hiroshi Yamauchi2014-05-282-1/+15
* | Merge "Don't create bump pointer spaces unless necessary."Mathieu Chartier2014-05-282-8/+6
|\ \ | |/ |/|
| * Don't create bump pointer spaces unless necessary.Mathieu Chartier2014-05-282-8/+6
* | Merge "Allocate large enough space bitmaps for malloc spaces."Hiroshi Yamauchi2014-05-281-6/+8
|\ \
| * | Allocate large enough space bitmaps for malloc spaces.Hiroshi Yamauchi2014-05-231-6/+8
* | | Add option to specify compiler executable.Tsu Chiang Chuang2014-05-271-2/+1
| |/ |/|
* | Improve invalid large object free dumping.Mathieu Chartier2014-05-231-2/+4
* | Add reserve area to allocation stacks.Mathieu Chartier2014-05-234-60/+92
* | Add support for jemalloc instead of dlmalloc.Christopher Ferris2014-05-221-1/+7
|/
* Fix build.Mathieu Chartier2014-05-211-3/+3
* Merge "Begin migration of art::Atomic to std::atomic."Ian Rogers2014-05-2111-86/+94
|\
| * Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-2011-86/+94
* | Change zygote_creation_lock_ to be member instead of static.Mathieu Chartier2014-05-212-3/+6
* | Merge "Simplify Class::IsArtFieldClass()."Hiroshi Yamauchi2014-05-211-3/+6
|\ \
| * | Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-201-3/+6
| |/
* | Improve heap verification for invalid roots.Mathieu Chartier2014-05-202-47/+54
|/
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-1928-94/+91
* Check and log a to-space overflow explicitly.Hiroshi Yamauchi2014-05-191-0/+1
* Follow up to "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-192-4/+4
* Merge "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-191-2/+8
|\
| * Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-2/+8
* | Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-1/+1
|/