index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
alloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dalvik is dead, long live Dalvik!
Brian Carlstrom
2014-08-05
31
-9419
/
+0
*
Add support for jemalloc.
Christopher Ferris
2014-05-14
2
-1
/
+5
*
Remove inconsistent usage of macros that broke Thread.sleep/wait on host
Paul Duffin
2014-04-24
1
-8
/
+1
*
Remove usage of pthread_cond_timedwait_monotonic_np.
Narayan Kamath
2014-03-04
1
-0
/
+7
*
Merge "Use MAP_FIXED in remapNewHeap"
Elliott Hughes
2014-02-08
1
-1
/
+1
|
\
|
*
Use MAP_FIXED in remapNewHeap
Pete Delaney
2014-01-09
1
-1
/
+1
*
|
Let dalvik use <stdint.h> for SIZE_MAX.
Elliott Hughes
2014-01-24
1
-2
/
+0
|
/
*
Dalvik: Better compatibility with different compilers
Bernhard Rosenkränzer
2013-12-12
1
-3
/
+0
*
Merge commit 'b75a263239ff48c87b826f5d62a53c0efd22b507' into HEAD
The Android Open Source Project
2013-11-22
6
-19
/
+227
|
\
|
*
Fix native allocation tracking on Dalvik.
Mathieu Chartier
2013-08-23
2
-6
/
+22
|
*
Fix broken card table asserts.
Mathieu Chartier
2013-08-08
2
-13
/
+11
|
*
Show size/alloc/free per Dalvik heap space in dumpsys
Hiroshi Yamauchi
2013-07-31
1
-1
/
+35
|
*
Backport native allocation tracking.
Mathieu Chartier
2013-07-16
4
-0
/
+123
|
*
Add low memory mode option.
Mathieu Chartier
2013-07-13
3
-18
/
+53
*
|
Fix a couple of minor publicly-reported GC bugs.
Elliott Hughes
2013-10-29
2
-16
/
+11
*
|
Fix broken card table asserts.
Mathieu Chartier
2013-08-08
2
-13
/
+11
|
/
*
Add systrace tracing for GC and thread suspension.
Jamie Gennis
2013-05-07
1
-0
/
+29
*
Work around a dalvik JDWP/GC deadlock.
Elliott Hughes
2013-04-17
1
-0
/
+8
*
fix DDMS crash
Tim Murray
2013-01-14
1
-0
/
+4
*
Allow max free size of heap to be configured.
Ian Rogers
2012-09-24
2
-19
/
+35
*
Remove unnecessary compiler pragma.
Ian Rogers
2012-08-29
2
-5
/
+0
*
Merge "Fix for 6994917 GC is slower since JOO33B per FrameworkPerf test"
Ian Rogers
2012-08-24
2
-12
/
+10
|
\
|
*
Fix for 6994917 GC is slower since JOO33B per FrameworkPerf test
Mathieu Chartier
2012-08-23
2
-12
/
+10
*
|
Trim pre-Zygote fork, fix under-estimate of heap limit.
Ian Rogers
2012-08-22
3
-3
/
+32
|
/
*
Upgrade to dlmalloc 2.8.5.
Ian Rogers
2012-08-20
7
-202
/
+316
*
Don't log "WAIT_FOR_CONCURRENT_GC blocked 0ms".
Elliott Hughes
2012-07-16
1
-1
/
+3
*
am bf11122d: Merge "Revert " Trim after explicit gc.""
Elliott Hughes
2012-06-11
3
-8
/
+3
|
\
|
*
Revert " Trim after explicit gc."
Elliott Hughes
2012-06-11
3
-8
/
+3
*
|
am 89cf125c: Report GC pause times more accurately.
Jeff Brown
2012-05-30
1
-9
/
+16
|
\
\
|
*
|
Report GC pause times more accurately.
Jeff Brown
2012-05-30
1
-9
/
+16
|
*
|
Fix: Issue 26627: Dalvik Heap Trim timer value after GC
SangWook Han
2012-05-11
1
-3
/
+3
*
|
|
am 3492e8ab: Merge " Trim after explicit gc."
Elliott Hughes
2012-05-11
3
-3
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Trim after explicit gc.
SangWook Han
2012-05-11
3
-3
/
+8
*
|
|
am 07cfd74d: Merge " Fix: Issue 26627: Dalvik Heap Trim timer value after GC"
Elliott Hughes
2012-05-11
1
-3
/
+3
|
\
|
|
|
|
/
|
/
|
|
*
Fix: Issue 26627: Dalvik Heap Trim timer value after GC
SangWook Han
2012-05-11
1
-3
/
+3
|
*
DO NOT MERGE Further refinement of card table clear
Andy McFadden
2011-11-09
1
-7
/
+41
*
|
Replace malloc() followed by memset() to zero with calloc()
Iliyan Malchev
2012-02-16
2
-10
/
+5
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
8
-21
/
+21
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
4
-7
/
+7
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
2
-14
/
+14
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
4
-7
/
+7
*
|
Further refinement of card table clear
Andy McFadden
2011-11-09
1
-7
/
+41
*
|
Fix reporting of initial pause time
Andy McFadden
2011-11-07
1
-1
/
+1
*
|
am 4c83f214: Merge "Reduce Dalvik card table overhead" into ics-mr1
Andy McFadden
2011-11-05
5
-4
/
+25
|
\
|
|
*
Reduce Dalvik card table overhead
Andy McFadden
2011-11-04
5
-4
/
+25
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-2
/
+2
*
|
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-25
1
-5
/
+5
|
/
*
Avoid deadlock.
Elliott Hughes
2011-10-14
2
-5
/
+4
*
Revert "Use the card table to scan the immune region of the heap."
Ben Cheng
2011-10-10
9
-329
/
+117
*
Take the heap lock in dvmIsHeapAddress.
Elliott Hughes
2011-08-10
1
-1
/
+4
[next]