summaryrefslogtreecommitdiffstats
path: root/runtime/gc
Commit message (Expand)AuthorAgeFilesLines
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-302-25/+52
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-1/+1
* Change heap base addressMathieu Chartier2014-09-261-1/+1
* Add ScopedAssertNoThreadSuspensionMathieu Chartier2014-09-191-21/+12
* ART: Only allow the zygote to create the global boot imageAndreas Gampe2014-09-182-15/+45
* Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff4...Mathieu Chartier2014-09-171-1/+0
* Add allocation rate tracking to systrace.Mathieu Chartier2014-09-171-0/+1
* Merge "Avoid suspending for alloc trace enabling when already suspended."Jeff Hao2014-09-171-1/+1
|\
| * Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-1/+1
* | Add allocation tracking allocators to ROSAllocMathieu Chartier2014-09-162-15/+17
|/
* Merge "Add runtime options for large object space"Mathieu Chartier2014-09-168-56/+95
|\
| * Add runtime options for large object spaceMathieu Chartier2014-09-168-56/+95
* | ART: Rename Handle hierarchyAndreas Gampe2014-09-151-4/+4
|/
* Add native support for FinalizerList.makeCircularListIfUnenqueuedMathieu Chartier2014-09-144-22/+56
* Pass current thread as argument to alloc instrumentation.Ian Rogers2014-09-121-1/+1
* Merge "Compile time performance improvements focusing on interpret-only."Ian Rogers2014-09-121-1/+1
|\
| * Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* | Fix and re-enable FreeList large object space for 64 bitMathieu Chartier2014-09-125-227/+244
|/
* Ignore heap trim requests if we are the zygoteMathieu Chartier2014-09-081-1/+4
* Revert "Fix heap trimmer daemon sleeping."Mathieu Chartier2014-09-082-20/+39
* Delete double finalization hack.Mathieu Chartier2014-09-051-2/+0
* Fix heap trimmer daemon sleeping.Mathieu Chartier2014-09-042-39/+20
* Fix native allocation watermark clamping.Mathieu Chartier2014-09-032-10/+12
* Add exception check to AllocateInternalWithGcMathieu Chartier2014-09-031-0/+2
* Change native allocations to use growth limit.Mathieu Chartier2014-09-022-7/+2
* Change heap transitions + hspace compation to use VLOG(heap)Mathieu Chartier2014-09-021-6/+6
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-299-158/+24
* Merge "ART: Check for no gaps only when we will have an immune region"Andreas Gampe2014-08-291-2/+4
|\
| * ART: Check for no gaps only when we will have an immune regionAndreas Gampe2014-08-291-2/+4
* | Fix Mac buildBrian Carlstrom2014-08-281-4/+5
* | Fix incorect variable name.Alex Light2014-08-281-1/+1
* | Change /dalvik-cache to be owned by root.Alex Light2014-08-281-2/+63
|/
* Merge "Reduce interpret-only compile time."Mathieu Chartier2014-08-271-2/+4
|\
| * Reduce interpret-only compile time.Mathieu Chartier2014-08-261-2/+4
* | Fix race condition in TransitionCollector.Mathieu Chartier2014-08-261-4/+4
|/
* Map heap maps at a lower address.Mathieu Chartier2014-08-261-0/+2
* Reduce GC log spam.Mathieu Chartier2014-08-251-2/+2
* Reduce log spam by changing a LOG(INFO) to VLOG(startup)Alex Light2014-08-251-2/+2
* Merge "Support running without a boot image."Brian Carlstrom2014-08-253-33/+61
|\
| * Support running without a boot image.Alex Light2014-08-253-33/+61
* | Fix GC memory overhead accounting.Mathieu Chartier2014-08-252-3/+9
* | Add fallback for non moving space being full.Mathieu Chartier2014-08-223-52/+112
* | Fix testing wrong variable for non zygote.Mathieu Chartier2014-08-221-1/+1
|/
* Check pending exception result in AllocObjectWithAllocator.Mathieu Chartier2014-08-211-1/+3
* Enable large object space for zygote.Mathieu Chartier2014-08-204-30/+81
* Fix heap corruption and verification.Mathieu Chartier2014-08-182-4/+2
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-2/+1
* Prevent merge conflicts.Mathieu Chartier2014-08-121-4/+4
* Change FreeMemory and TotalMemory behavior.Mathieu Chartier2014-08-112-32/+38