summaryrefslogtreecommitdiffstats
path: root/vm/alloc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kk_2.7_rb1.11' of git://codeaurora.org/platform/dalvik into cm-...Steve Kondik2013-11-301-17/+43
|\
| * dalvik/vm: Dalvik startup with a low memory footprintVijay Dandiga2013-11-171-17/+43
* | Merge branch 'kk_2.7_rb1.9' of git://codeaurora.org/platform/dalvik into cafSteve Kondik2013-11-111-7/+51
|\|
| * Dump hprof when app encounters Out of memoryBiswajit Paul2013-10-311-5/+52
| * GC triggering performance optimizationsWei Wang2013-10-312-8/+83
| * dalvik: dalvik device extension pack.Xin Qi2013-10-311-0/+5
* | Unbreak building host modulesRicardo Cerqueira2013-11-061-0/+4
* | Merge tag 'android-4.4_r1' into cm-11.0Ricardo Cerqueira2013-11-017-32/+238
|\|
| * Fix native allocation tracking on Dalvik.Mathieu Chartier2013-08-232-6/+22
| * Fix broken card table asserts.Mathieu Chartier2013-08-082-13/+11
| * Show size/alloc/free per Dalvik heap space in dumpsysHiroshi Yamauchi2013-07-311-1/+35
| * Backport native allocation tracking.Mathieu Chartier2013-07-164-0/+123
| * Add low memory mode option.Mathieu Chartier2013-07-133-18/+53
* | Revert "Move verification of class access flags to libdex"Ricardo Cerqueira2013-11-011-38/+15
* | Disable Dalvik spam by defaultVladislav Koldobskiy2013-10-071-1/+1
* | dalvik/vm: Dalvik startup with a low memory footprintVijay Dandiga2013-08-131-15/+38
* | GC triggering performance optimizationsWei Wang2013-07-252-8/+83
* | Add barriers for proper observation sequence.Xin Qi2013-07-251-0/+5
* | debug: allow ability to hide GC freed lines in logcatTanguy Pruvot2013-07-241-1/+13
|/
* Add systrace tracing for GC and thread suspension.Jamie Gennis2013-05-071-0/+29
* Work around a dalvik JDWP/GC deadlock.Elliott Hughes2013-04-171-0/+8
* fix DDMS crashTim Murray2013-01-141-0/+4
* Allow max free size of heap to be configured.Ian Rogers2012-09-242-19/+35
* Remove unnecessary compiler pragma.Ian Rogers2012-08-292-5/+0
* Merge "Fix for 6994917 GC is slower since JOO33B per FrameworkPerf test"Ian Rogers2012-08-242-12/+10
|\
| * Fix for 6994917 GC is slower since JOO33B per FrameworkPerf testMathieu Chartier2012-08-232-12/+10
* | Trim pre-Zygote fork, fix under-estimate of heap limit.Ian Rogers2012-08-223-3/+32
|/
* Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-207-202/+316
* Don't log "WAIT_FOR_CONCURRENT_GC blocked 0ms".Elliott Hughes2012-07-161-1/+3
* am bf11122d: Merge "Revert " Trim after explicit gc.""Elliott Hughes2012-06-113-8/+3
|\
| * Revert " Trim after explicit gc."Elliott Hughes2012-06-113-8/+3
* | am 89cf125c: Report GC pause times more accurately.Jeff Brown2012-05-301-9/+16
|\ \
| * | Report GC pause times more accurately.Jeff Brown2012-05-301-9/+16
| * | Fix: Issue 26627: Dalvik Heap Trim timer value after GCSangWook Han2012-05-111-3/+3
* | | am 3492e8ab: Merge " Trim after explicit gc."Elliott Hughes2012-05-113-3/+8
|\ \ \ | | |/ | |/|
| * | Trim after explicit gc.SangWook Han2012-05-113-3/+8
* | | am 07cfd74d: Merge " Fix: Issue 26627: Dalvik Heap Trim timer value after GC"Elliott Hughes2012-05-111-3/+3
|\| | | |/ |/|
| * Fix: Issue 26627: Dalvik Heap Trim timer value after GCSangWook Han2012-05-111-3/+3
| * DO NOT MERGE Further refinement of card table clearAndy McFadden2011-11-091-7/+41
* | Replace malloc() followed by memset() to zero with calloc()Iliyan Malchev2012-02-162-10/+5
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-088-21/+21
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-064-7/+7
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-052-14/+14
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-034-7/+7
* | Further refinement of card table clearAndy McFadden2011-11-091-7/+41
* | Fix reporting of initial pause timeAndy McFadden2011-11-071-1/+1
* | am 4c83f214: Merge "Reduce Dalvik card table overhead" into ics-mr1Andy McFadden2011-11-055-4/+25
|\|
| * Reduce Dalvik card table overheadAndy McFadden2011-11-045-4/+25
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
* | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-5/+5
|/