summaryrefslogtreecommitdiffstats
path: root/vm/alloc/HeapBitmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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