summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space/large_object_space.h
Commit message (Expand)AuthorAgeFilesLines
* Add a way to determine if a large object is a zygote objectMathieu Chartier2015-06-031-5/+17
* Rosalloc thread local allocation path without a cas.Hiroshi Yamauchi2015-03-111-4/+6
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-4/+4
* stdint types all the way!Ian Rogers2014-10-091-8/+8
* Add runtime options for large object spaceMathieu Chartier2014-09-161-0/+6
* Fix and re-enable FreeList large object space for 64 bitMathieu Chartier2014-09-121-116/+37
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-5/+5
* Recycle mem-maps for collector transitions.Mathieu Chartier2014-07-221-0/+3
* Shared single GC iteration accounting for all GCs.Mathieu Chartier2014-06-201-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-171-11/+24
* Clean-up heap spaces.Mathieu Chartier2014-04-111-0/+4
* Add valgrind support to large object map space.Mathieu Chartier2014-03-261-4/+4
* Make allocations report usable size.Ian Rogers2014-02-261-19/+28
* Object model changes to support 64bit.Ian Rogers2014-02-061-3/+2
* Refactor large object sweeping.Mathieu Chartier2014-01-101-0/+2
* A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-1/+2
* Compacting collector.Mathieu Chartier2013-11-111-0/+8
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-3/+3
* Remove four counter increments out of the allocation path.Hiroshi Yamauchi2013-10-091-4/+4
* New free list large object space.Mathieu Chartier2013-08-061-31/+73
* Improve the allocation speed.Hiroshi Yamauchi2013-08-051-2/+2
* GC data structures allocation trackingMathieu Chartier2013-07-251-3/+5
* Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...Brian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-2/+2
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+193