summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space/rosalloc_space.h
Commit message (Expand)AuthorAgeFilesLines
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-051-4/+2
* Decrease lock uses in RosAlloc::BulkFree().Hiroshi Yamauchi2014-03-031-3/+3
* Add custom SIGSEGV handler to help find heap corruption.Mathieu Chartier2014-02-281-0/+1
* Make allocations report usable size.Ian Rogers2014-02-261-44/+41
* Fix and optimize verify object.Mathieu Chartier2014-02-211-1/+2
* RosAlloc verification.Hiroshi Yamauchi2014-02-071-0/+4
* Object model changes to support 64bit.Ian Rogers2014-02-061-4/+6
* Add zygote space as its own space type.Mathieu Chartier2014-01-311-4/+0
* Background compaction support.Mathieu Chartier2014-01-081-0/+5
* Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space."Hiroshi Yamauchi2013-12-191-11/+0
|\
| * Remove some unnecessary code from dlmalloc_space/rosalloc_space.Hiroshi Yamauchi2013-12-181-11/+0
* | Fix an array copy benchmark regression.Hiroshi Yamauchi2013-12-171-5/+5
|/
* Fix a per-process dumpsys meminfo crash.Hiroshi Yamauchi2013-11-181-2/+6
* A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-0/+144