summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space/malloc_space.cc
Commit message (Expand)AuthorAgeFilesLines
* Decrease lock uses in RosAlloc::BulkFree().Hiroshi Yamauchi2014-03-031-1/+1
* Fix and optimize verify object.Mathieu Chartier2014-02-211-1/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Move SwapBitmaps to ContinuousMemMapAllocSpace.Mathieu Chartier2014-02-031-8/+0
* Add zygote space as its own space type.Mathieu Chartier2014-01-311-100/+38
* Bin packing the zygote (best fit).Mathieu Chartier2014-01-091-2/+2
* Background compaction support.Mathieu Chartier2014-01-081-5/+5
* Refactor sweeping logic into malloc space.Mathieu Chartier2014-01-071-1/+79
* Fix an array copy benchmark regression.Hiroshi Yamauchi2013-12-171-2/+2
* A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-0/+243