summaryrefslogtreecommitdiffstats
path: root/vm/alloc/HeapBitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-223/+0
* Use the card table to scan the immune region of the heap.Carl Shapiro2011-03-021-1/+5
* Remove the private CLZ implementation in the GC.Carl Shapiro2011-02-091-1/+0
* Relocate the always in-lined functions from HeapBitmap.h.Carl Shapiro2011-02-081-0/+82
* Kill dvmHeapSourceGetObjectBitmaps and aliasBitmaps.Carl Shapiro2010-12-091-5/+8
* Compare the buffer pointers to avoid signedness mismatches.Carl Shapiro2010-12-081-1/+1
* Compute the pointer buffer size from familiar constants.Carl Shapiro2010-12-081-3/+2
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-071-1/+1
* Get rid of the ugly macros inside the bitmap sweep routine.Carl Shapiro2010-12-021-45/+19
* Remove excess generality from the bitmap sweep walking routine.Carl Shapiro2010-11-301-51/+13
* Simplify the bitmap walker subroutines.Carl Shapiro2010-09-011-37/+5
* Fix the format conversions, again.Carl Shapiro2010-07-301-1/+1
* Fix log message format conversions and remove uneeded newlines.Carl Shapiro2010-07-301-5/+4
* Change dvmHeapBitmapXorWalk to dvmHeapBitmapSweepWalk.Barry Hayes2010-07-301-27/+33
* Move LIKELY and UNLIKELY to a public header file.Carl Shapiro2010-07-301-3/+0
* Change the bitmap callback signature to have a void return value.Carl Shapiro2010-07-291-24/+10
* Remove unused limits.h include and fix sys/mman.h include comment.Carl Shapiro2010-07-291-2/+1
* When aliasing a bitmap, use smallest available limit.Barry Hayes2010-07-201-4/+6
* Use the dvmAllocRegion instead of ashmem and mmap.Carl Shapiro2010-07-131-1/+0
* Use "long" instead of the more verbose but equivalent "long int".Carl Shapiro2010-07-121-3/+3
* Simplify heap bitmap allocation.Carl Shapiro2010-07-121-30/+4
* Remove the HeapBitmap List routines.Barry Hayes2010-05-071-59/+0
* Eliminate unused heap bitmap functions. This is mostly the "list"Carl Shapiro2010-03-111-85/+0
* Densely allocate mspaces. New heaps are started on the page followingCarl Shapiro2010-02-161-4/+2
* Change the way breakpoints work.Andy McFadden2009-11-161-4/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+419
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-419/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+419