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
/
HeapBitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compile the garbage collector and heap profiler as C++.
Carl Shapiro
2011-04-08
1
-223
/
+0
*
Use the card table to scan the immune region of the heap.
Carl Shapiro
2011-03-02
1
-1
/
+5
*
Remove the private CLZ implementation in the GC.
Carl Shapiro
2011-02-09
1
-1
/
+0
*
Relocate the always in-lined functions from HeapBitmap.h.
Carl Shapiro
2011-02-08
1
-0
/
+82
*
Kill dvmHeapSourceGetObjectBitmaps and aliasBitmaps.
Carl Shapiro
2010-12-09
1
-5
/
+8
*
Compare the buffer pointers to avoid signedness mismatches.
Carl Shapiro
2010-12-08
1
-1
/
+1
*
Compute the pointer buffer size from familiar constants.
Carl Shapiro
2010-12-08
1
-3
/
+2
*
Fix implicit conversions, rename reserved works, enable -Wc++-compat.
Carl Shapiro
2010-12-07
1
-1
/
+1
*
Get rid of the ugly macros inside the bitmap sweep routine.
Carl Shapiro
2010-12-02
1
-45
/
+19
*
Remove excess generality from the bitmap sweep walking routine.
Carl Shapiro
2010-11-30
1
-51
/
+13
*
Simplify the bitmap walker subroutines.
Carl Shapiro
2010-09-01
1
-37
/
+5
*
Fix the format conversions, again.
Carl Shapiro
2010-07-30
1
-1
/
+1
*
Fix log message format conversions and remove uneeded newlines.
Carl Shapiro
2010-07-30
1
-5
/
+4
*
Change dvmHeapBitmapXorWalk to dvmHeapBitmapSweepWalk.
Barry Hayes
2010-07-30
1
-27
/
+33
*
Move LIKELY and UNLIKELY to a public header file.
Carl Shapiro
2010-07-30
1
-3
/
+0
*
Change the bitmap callback signature to have a void return value.
Carl Shapiro
2010-07-29
1
-24
/
+10
*
Remove unused limits.h include and fix sys/mman.h include comment.
Carl Shapiro
2010-07-29
1
-2
/
+1
*
When aliasing a bitmap, use smallest available limit.
Barry Hayes
2010-07-20
1
-4
/
+6
*
Use the dvmAllocRegion instead of ashmem and mmap.
Carl Shapiro
2010-07-13
1
-1
/
+0
*
Use "long" instead of the more verbose but equivalent "long int".
Carl Shapiro
2010-07-12
1
-3
/
+3
*
Simplify heap bitmap allocation.
Carl Shapiro
2010-07-12
1
-30
/
+4
*
Remove the HeapBitmap List routines.
Barry Hayes
2010-05-07
1
-59
/
+0
*
Eliminate unused heap bitmap functions. This is mostly the "list"
Carl Shapiro
2010-03-11
1
-85
/
+0
*
Densely allocate mspaces. New heaps are started on the page following
Carl Shapiro
2010-02-16
1
-4
/
+2
*
Change the way breakpoints work.
Andy McFadden
2009-11-16
1
-4
/
+1
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+419
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-419
/
+0
*
Initial Contribution
The Android Open Source Project
2008-10-21
1
-0
/
+419