index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
alloc
/
CardTable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relocate the always in-lined functions from HeapBitmap.h.
Carl Shapiro
2011-02-08
1
-0
/
+2
*
am 2287bffd: am 9622ef8d: am b2e15681: Merge "Implement growth limits to supp...
Carl Shapiro
2011-01-18
1
-2
/
+2
|
\
|
*
Implement growth limits to support multiple heap configurations.
Carl Shapiro
2011-01-18
1
-2
/
+2
*
|
Fix implicit conversions, rename reserved works, enable -Wc++-compat.
Carl Shapiro
2010-12-07
1
-8
/
+8
|
/
*
Allocate the mark stack as part of heap allocation.
Carl Shapiro
2010-11-09
1
-2
/
+2
*
Separate HPROF from the GC.
Carl Shapiro
2010-10-28
1
-1
/
+2
*
Improve the error report generated by the card table verifier.
Carl Shapiro
2010-10-20
1
-0
/
+72
*
Exit early if the we encounter a null reference.
Carl Shapiro
2010-10-18
1
-1
/
+4
*
Update the card table scanning for header-only card marks.
Carl Shapiro
2010-09-29
1
-35
/
+28
*
Simplify the bitmap walker subroutines.
Carl Shapiro
2010-09-01
1
-16
/
+13
*
Collapse a variable declaration and initialization.
Carl Shapiro
2010-09-01
1
-2
/
+1
*
Implement card table verification.
Carl Shapiro
2010-08-09
1
-4
/
+141
*
Use the card marks to find gray objects during a concurrent collection.
Carl Shapiro
2010-07-28
1
-104
/
+6
*
Make dvmVerifyCardTable more resiliant, and move invocation to start
Barry Hayes
2010-07-15
1
-5
/
+33
*
Make dvmCardTableStartup be more independant of HeapSource startup.
Barry Hayes
2010-07-15
1
-1
/
+6
*
Move the biasedCardTableBase out of the non-public GcHeap structure,
Barry Hayes
2010-07-12
1
-9
/
+16
*
Some formatting and commenting clean-up.
Barry Hayes
2010-07-09
1
-20
/
+21
*
Quicker partial collection by using card marking.
Barry Hayes
2010-07-08
1
-0
/
+199