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
/
HeapSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Upgrade to dlmalloc 2.8.5."
Ricardo Cerqueira
2012-09-24
1
-128
/
+100
*
Trim pre-Zygote fork, fix under-estimate of heap limit.
Ian Rogers
2012-09-20
1
-2
/
+25
*
Upgrade to dlmalloc 2.8.5.
Ian Rogers
2012-09-20
1
-98
/
+103
*
Revert " Trim after explicit gc."
elektroschmock
2012-07-10
1
-2
/
+3
*
dalvik: Increase HEAP_IDEAL_FREE to 7.2 MB
Vijay Dandiga
2012-07-10
1
-10
/
+70
*
Trim after explicit gc.
SangWook Han
2012-07-10
1
-3
/
+2
*
Fix: Issue 26627: Dalvik Heap Trim timer value after GC
SangWook Han
2012-05-11
1
-3
/
+3
*
Replace malloc() followed by memset() to zero with calloc()
Iliyan Malchev
2012-02-16
1
-4
/
+2
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-3
/
+3
*
am 4c83f214: Merge "Reduce Dalvik card table overhead" into ics-mr1
Andy McFadden
2011-11-05
1
-0
/
+1
|
\
|
*
Reduce Dalvik card table overhead
Andy McFadden
2011-11-04
1
-0
/
+1
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-2
/
+2
|
/
*
Revert "Use the card table to scan the immune region of the heap."
Ben Cheng
2011-10-10
1
-10
/
+5
*
Trim the heap when idle after concurrent GC's.
Jeff Brown
2011-07-19
1
-9
/
+30
*
Merge "Always grow the limit address of the a heap along with its size." into...
Carl Shapiro
2011-06-10
1
-0
/
+1
|
\
|
*
Always grow the limit address of the a heap along with its size.
Carl Shapiro
2011-06-09
1
-0
/
+1
*
|
Do not initiate a concurrent collection if one is already running.
Carl Shapiro
2011-06-09
1
-3
/
+10
|
/
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
1
-13
/
+13
*
Eliminate the dvmHeapSourceGetPtrFlag interface.
Carl Shapiro
2011-05-25
1
-28
/
+13
*
Various code clean-ups.
Carl Shapiro
2011-05-11
1
-134
/
+45
*
Normalize declaration style.
Carl Shapiro
2011-05-11
1
-41
/
+22
*
Get rid of uneeded extern, enum, typedef and struct qualifiers.
Carl Shapiro
2011-04-27
1
-1
/
+1
*
Normalize some enumerations.
Carl Shapiro
2011-04-27
1
-1
/
+1
*
Use C++ linkage in GC headers and remove unneeded typedefs.
Carl Shapiro
2011-04-27
1
-2
/
+2
*
Remove unneeded void argument list declarations.
Carl Shapiro
2011-04-20
1
-10
/
+10
*
Fix for loops and eliminate some other undesirable idioms.
Carl Shapiro
2011-04-08
1
-26
/
+14
*
Compile the garbage collector and heap profiler as C++.
Carl Shapiro
2011-04-08
1
-0
/
+1484