summaryrefslogtreecommitdiffstats
path: root/vm/alloc
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-0531-9419/+0
* Add support for jemalloc.Christopher Ferris2014-05-142-1/+5
* Remove inconsistent usage of macros that broke Thread.sleep/wait on hostPaul Duffin2014-04-241-8/+1
* Remove usage of pthread_cond_timedwait_monotonic_np.Narayan Kamath2014-03-041-0/+7
* Merge "Use MAP_FIXED in remapNewHeap"Elliott Hughes2014-02-081-1/+1
|\
| * Use MAP_FIXED in remapNewHeapPete Delaney2014-01-091-1/+1
* | Let dalvik use <stdint.h> for SIZE_MAX.Elliott Hughes2014-01-241-2/+0
|/
* Dalvik: Better compatibility with different compilersBernhard Rosenkränzer2013-12-121-3/+0
* Merge commit 'b75a263239ff48c87b826f5d62a53c0efd22b507' into HEADThe Android Open Source Project2013-11-226-19/+227
|\
| * 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
* | Fix a couple of minor publicly-reported GC bugs.Elliott Hughes2013-10-292-16/+11
* | Fix broken card table asserts.Mathieu Chartier2013-08-082-13/+11
|/
* 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
|/
* Avoid deadlock.Elliott Hughes2011-10-142-5/+4
* Revert "Use the card table to scan the immune region of the heap."Ben Cheng2011-10-109-329/+117
* Take the heap lock in dvmIsHeapAddress.Elliott Hughes2011-08-101-1/+4