summaryrefslogtreecommitdiffstats
path: root/vm/alloc/CardTable.c
Commit message (Expand)AuthorAgeFilesLines
* Relocate the always in-lined functions from HeapBitmap.h.Carl Shapiro2011-02-081-0/+2
* am 2287bffd: am 9622ef8d: am b2e15681: Merge "Implement growth limits to supp...Carl Shapiro2011-01-181-2/+2
|\
| * Implement growth limits to support multiple heap configurations.Carl Shapiro2011-01-181-2/+2
* | Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-071-8/+8
|/
* Allocate the mark stack as part of heap allocation.Carl Shapiro2010-11-091-2/+2
* Separate HPROF from the GC.Carl Shapiro2010-10-281-1/+2
* Improve the error report generated by the card table verifier.Carl Shapiro2010-10-201-0/+72
* Exit early if the we encounter a null reference.Carl Shapiro2010-10-181-1/+4
* Update the card table scanning for header-only card marks.Carl Shapiro2010-09-291-35/+28
* Simplify the bitmap walker subroutines.Carl Shapiro2010-09-011-16/+13
* Collapse a variable declaration and initialization.Carl Shapiro2010-09-011-2/+1
* Implement card table verification.Carl Shapiro2010-08-091-4/+141
* Use the card marks to find gray objects during a concurrent collection.Carl Shapiro2010-07-281-104/+6
* Make dvmVerifyCardTable more resiliant, and move invocation to startBarry Hayes2010-07-151-5/+33
* Make dvmCardTableStartup be more independant of HeapSource startup.Barry Hayes2010-07-151-1/+6
* Move the biasedCardTableBase out of the non-public GcHeap structure,Barry Hayes2010-07-121-9/+16
* Some formatting and commenting clean-up.Barry Hayes2010-07-091-20/+21
* Quicker partial collection by using card marking.Barry Hayes2010-07-081-0/+199