summaryrefslogtreecommitdiffstats
path: root/vm/alloc/HeapSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Upgrade to dlmalloc 2.8.5."Ricardo Cerqueira2012-09-241-128/+100
* Trim pre-Zygote fork, fix under-estimate of heap limit.Ian Rogers2012-09-201-2/+25
* Upgrade to dlmalloc 2.8.5.Ian Rogers2012-09-201-98/+103
* Revert " Trim after explicit gc."elektroschmock2012-07-101-2/+3
* dalvik: Increase HEAP_IDEAL_FREE to 7.2 MBVijay Dandiga2012-07-101-10/+70
* Trim after explicit gc.SangWook Han2012-07-101-3/+2
* Fix: Issue 26627: Dalvik Heap Trim timer value after GCSangWook Han2012-05-111-3/+3
* Replace malloc() followed by memset() to zero with calloc()Iliyan Malchev2012-02-161-4/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* am 4c83f214: Merge "Reduce Dalvik card table overhead" into ics-mr1Andy McFadden2011-11-051-0/+1
|\
| * Reduce Dalvik card table overheadAndy McFadden2011-11-041-0/+1
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
|/
* Revert "Use the card table to scan the immune region of the heap."Ben Cheng2011-10-101-10/+5
* Trim the heap when idle after concurrent GC's.Jeff Brown2011-07-191-9/+30
* Merge "Always grow the limit address of the a heap along with its size." into...Carl Shapiro2011-06-101-0/+1
|\
| * Always grow the limit address of the a heap along with its size.Carl Shapiro2011-06-091-0/+1
* | Do not initiate a concurrent collection if one is already running.Carl Shapiro2011-06-091-3/+10
|/
* Further conservation of newlines.Dan Bornstein2011-05-261-13/+13
* Eliminate the dvmHeapSourceGetPtrFlag interface.Carl Shapiro2011-05-251-28/+13
* Various code clean-ups.Carl Shapiro2011-05-111-134/+45
* Normalize declaration style.Carl Shapiro2011-05-111-41/+22
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-1/+1
* Normalize some enumerations.Carl Shapiro2011-04-271-1/+1
* Use C++ linkage in GC headers and remove unneeded typedefs.Carl Shapiro2011-04-271-2/+2
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-10/+10
* Fix for loops and eliminate some other undesirable idioms.Carl Shapiro2011-04-081-26/+14
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+1484