summaryrefslogtreecommitdiffstats
path: root/vm/alloc/HeapSource.h
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-051-213/+0
* Backport native allocation tracking.Mathieu Chartier2013-07-161-0/+10
* Revert "Revert "Trim pre-Zygote fork, fix under-estimate of heap limit.""Ian Rogers2012-08-281-0/+6
* Revert "Revert "Upgrade to dlmalloc 2.8.5.""Ian Rogers2012-08-281-4/+2
* Revert "Trim pre-Zygote fork, fix under-estimate of heap limit."Ian Rogers2012-08-241-6/+0
* am bd561cbf: am a9dd9337: Merge "Trim pre-Zygote fork, fix under-estimate of ...Ian Rogers2012-08-241-0/+6
|\
| * Trim pre-Zygote fork, fix under-estimate of heap limit.Ian Rogers2012-08-221-0/+6
* | Revert "Upgrade to dlmalloc 2.8.5."Brian Carlstrom2012-08-221-2/+4
|/
* Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-201-4/+2
* Revert " Trim after explicit gc."Elliott Hughes2012-06-111-5/+0
* Trim after explicit gc.SangWook Han2012-05-111-0/+5
* Revert "Use the card table to scan the immune region of the heap."Ben Cheng2011-10-101-2/+1
* Trim the heap when idle after concurrent GC's.Jeff Brown2011-07-191-6/+0
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Eliminate the dvmHeapSourceGetPtrFlag interface.Carl Shapiro2011-05-251-10/+0
* Normalize some enumerations.Carl Shapiro2011-04-271-12/+14
* Use the card table to scan the immune region of the heap.Carl Shapiro2011-03-021-1/+2
* resolved conflicts for merge of f2b77f75 to dalvik-devCarl Shapiro2011-01-271-1/+1
|\
| * Package garbage collection policy parameters into a single structure.Carl Shapiro2011-01-261-1/+1
* | am 2287bffd: am 9622ef8d: am b2e15681: Merge "Implement growth limits to supp...Carl Shapiro2011-01-181-1/+9
|\|
| * Implement growth limits to support multiple heap configurations.Carl Shapiro2011-01-181-1/+9
* | am ca3f39e7: am a0f4e182: Remove stale enumerators for external allocation tr...Carl Shapiro2011-01-131-3/+1
|\|
| * Remove stale enumerators for external allocation tracking.Carl Shapiro2011-01-131-3/+1
* | Do not commingle application and zygote references when sweeping.Carl Shapiro2010-12-131-0/+6
* | Kill dvmHeapSourceGetObjectBitmaps and aliasBitmaps.Carl Shapiro2010-12-091-6/+5
|/
* Bitmap naming clean-up.Carl Shapiro2010-09-011-1/+1
* Sweep concurrently.Carl Shapiro2010-08-101-10/+5
* Break apart the swapping of the mark and live bitmaps and zeroing ofBarry Hayes2010-07-301-1/+6
* Make dvmCardTableStartup be more independant of HeapSource startup.Barry Hayes2010-07-151-0/+5
* Add a mode for concurrently marking and sweeping.Carl Shapiro2010-06-281-1/+15
* Put wrappers on all stores of Object pointers into heap Objects.Barry Hayes2010-06-211-0/+5
* Remove trailing whitespace.Carl Shapiro2010-06-081-1/+1
* Remove the HeapBitmap List routines.Barry Hayes2010-05-071-1/+1
* The "partial GC" code should not copy immune bits when doing a full GC.Barry Hayes2010-05-051-3/+5
* Add the ability to treat the zygote heap as a root collect just theCarl Shapiro2010-03-301-0/+13
* Added flags to the vm:Barry Hayes2010-03-191-0/+5
* Allocate an object and mark bitmap which span the entire virtualCarl Shapiro2010-02-241-16/+9
* Merge remote branch 'goog/master' into mmElliott Hughes2010-02-221-3/+3
|\
| * Fix a long standing bug within dvmHeapSourceGetObjectBitmaps. AllCarl Shapiro2010-02-021-3/+3
* | Allocate a contiguous region of virtual memory to be subdivided amongCarl Shapiro2010-02-111-1/+1
* | Eliminate the post-zygote heap and reuse the zygote allocation heapCarl Shapiro2010-02-051-9/+1
|/
* Change strategy for freeing objects in the sweep.Barry Hayes2009-08-071-0/+8
* Initial ContributionThe Android Open Source Project2008-10-211-0/+165