summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-226-15/+15
* ART: Clean up includes.Vladimir Marko2015-04-136-6/+22
* Move ArtField to nativeMathieu Chartier2015-04-103-21/+15
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-1/+1
* Rosalloc thread local allocation path without a cas.Hiroshi Yamauchi2015-03-111-4/+5
* Add support for .bss section in oat files.Vladimir Marko2015-03-025-6/+8
* Change card cache mod-union table to use bitmapsMathieu Chartier2015-02-267-71/+830
* Merge "ART: reduce UpdateModUnionTable time for partial GC"Hiroshi Yamauchi2015-01-271-6/+12
|\
| * ART: reduce UpdateModUnionTable time for partial GCLei Li2015-01-231-6/+12
* | Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"Hiroshi Yamauchi2015-01-272-0/+21
|\ \
| * | ART: clear dirty cards of alloc space for MS/CMS partial and full GCsLei Li2015-01-262-0/+21
* | | Change AtomicStack to use StackReferenceMathieu Chartier2015-01-251-30/+56
|/ /
* | More of the concurrent copying collector.Hiroshi Yamauchi2015-01-233-0/+133
* | ART: clear dirty cards of alloc space in pause phaseLei Li2015-01-222-2/+11
|/
* Add clamp growth limitMathieu Chartier2015-01-081-0/+6
* Remove portable.Elliott Hughes2014-12-121-0/+1
* ART: More warningsAndreas Gampe2014-11-041-12/+12
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-2/+2
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-033-1/+4
* Optimize method linkingMathieu Chartier2014-10-271-3/+2
* stdint types all the way!Ian Rogers2014-10-0913-162/+162
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-296-138/+14
* Fix GC memory overhead accounting.Mathieu Chartier2014-08-252-3/+9
* Enable large object space for zygote.Mathieu Chartier2014-08-202-10/+52
* Fix heap corruption and verification.Mathieu Chartier2014-08-181-1/+1
* Clean up card table test.Mathieu Chartier2014-08-071-27/+34
* Add card table test.Mathieu Chartier2014-08-063-11/+159
* Fix byte_cas to use uintptr_t Atomic.Mathieu Chartier2014-08-051-4/+5
* Merge "Disable adding main and non moving spaces to immune region in GSS"Mathieu Chartier2014-07-161-1/+1
|\
| * Disable adding main and non moving spaces to immune region in GSSMathieu Chartier2014-07-161-1/+1
* | Remove object_utils.h.Ian Rogers2014-07-163-10/+11
|/
* Fix infinite loop when calling SetStatus after OOM.Mathieu Chartier2014-07-141-2/+0
* ART: Compacting ROS/DlMalloc spaces with semispace copy GCZuo Wang2014-07-111-2/+3
* Fix GC to use art::Atomic rather than compiler intrinsics.Ian Rogers2014-07-102-6/+7
* Move card table away from android_atomic_cas.Ian Rogers2014-07-101-7/+12
* Add mark compact collector.Mathieu Chartier2014-06-192-2/+1
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-103-11/+4
* 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
|/
* ART: Heap-allocate buffer in space_bitmap when on 64b archAndreas Gampe2014-06-041-1/+9
* Add reserve area to allocation stacks.Mathieu Chartier2014-05-231-26/+34
* Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-201-23/+23
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-1912-26/+30
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-157-7/+7
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-1/+1
* Force inlining on trivial accessors.Ian Rogers2014-04-291-4/+4
* Enable concurrent sweeping for non-concurrent GC.Mathieu Chartier2014-04-292-7/+8
* Improve GSS reference processing.Hiroshi Yamauchi2014-04-282-6/+21
* Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-252-6/+11