summaryrefslogtreecommitdiffstats
path: root/src/card_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Sticky mark bits "generational" GCMathieu Chartier2012-08-171-0/+19
* Zygote space / partial collection support.Mathieu Chartier2012-07-271-33/+4
* Each space has its own bitmap(s)Mathieu Chartier2012-07-111-3/+5
* Fix some camelCase.Elliott Hughes2012-06-181-3/+3
* Fix and re-enable CMSMathieu Chartier2012-06-141-4/+4
* Convince tsan that the card table isn't a problem.Elliott Hughes2012-06-121-1/+8
* Enable card cleaningMathieu Chartier2012-06-051-3/+15
* Remove more lint, mostly C-style casts.Elliott Hughes2012-03-261-1/+2
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-1/+3
* Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-51/+45
* If a card table or mark stack allocation fails, dump /proc/self/maps.Elliott Hughes2012-01-131-13/+12
* Merge art-cache dex files into oat filesBrian Carlstrom2012-01-041-1/+2
* Use ashmem to name our various anonymous regions.Elliott Hughes2011-11-071-1/+1
* Changed card table to use less cards when heap size is limited.jeffhao2011-11-041-4/+5
* Mark non-image spaces and use write barrier for image spaces.Ian Rogers2011-11-021-0/+129