summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Make the support code for read barriers a bit more general."Hiroshi Yamauchi2014-04-012-6/+4
|\ \ | |/ |/|
| * Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-312-6/+4
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-4/+4
|/
* Fix a DCHECK failure when causing GC from DDMS.Hiroshi Yamauchi2014-03-282-17/+41
* Add valgrind support to large object map space.Mathieu Chartier2014-03-262-5/+53
* Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-214-0/+30
* Add Heap::RunningOnValgrind and call it from the spaces.Mathieu Chartier2014-03-202-2/+2
* Make MemMap::MapAnonymous() fail if the requested address is not available.Hiroshi Yamauchi2014-03-141-1/+1
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+31
* Refactor immune region logic into its own file.Mathieu Chartier2014-03-131-0/+1
* Put the post zygote non-moving space next to the malloc space.Hiroshi Yamauchi2014-03-111-1/+1
* Fix tests to pass with VerifyObject.Mathieu Chartier2014-03-071-45/+69
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-0/+1
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-062-4/+1
* Print error message if ImageSpace::Init fails.Mathieu Chartier2014-03-051-0/+2
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-057-31/+27
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-1/+1
* Merge "Decrease lock uses in RosAlloc::BulkFree()."Hiroshi Yamauchi2014-03-045-9/+9
|\
| * Decrease lock uses in RosAlloc::BulkFree().Hiroshi Yamauchi2014-03-035-9/+9
* | Remove oat file location in the image.Nicolas Geoffray2014-03-042-11/+5
|/
* Further split of the space testsAndreas Gampe2014-03-037-26/+182
* Add custom SIGSEGV handler to help find heap corruption.Mathieu Chartier2014-02-289-7/+30
* Ensure usable space data is zeroed in arrays.Ian Rogers2014-02-271-5/+5
* Make allocations report usable size.Ian Rogers2014-02-2620-388/+628
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-4/+4
* (Experimental) Add Brooks pointers.Hiroshi Yamauchi2014-02-252-0/+8
* Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()"Hiroshi Yamauchi2014-02-252-6/+6
|\
| * Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()lzang12014-02-252-6/+6
* | Move waitpid(2) includes to art::Exec implementationBrian Carlstrom2014-02-251-3/+0
* | Merge "Create CompilerOptions"Brian Carlstrom2014-02-251-44/+6
|\ \
| * | Create CompilerOptionsBrian Carlstrom2014-02-241-44/+6
| |/
* | Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-2/+3
|/
* Split space_test into separate checksAndreas Gampe2014-02-214-130/+205
* Fix and optimize verify object.Mathieu Chartier2014-02-213-123/+127
* Merge "Revert "Revert "Revert "Add a script for running art standalone.""""Ian Rogers2014-02-141-2/+0
|\
| * Revert "Revert "Revert "Add a script for running art standalone."""Ian Rogers2014-02-141-2/+0
* | Merge "Revert "Revert "Add a script for running art standalone."""Nicolas Geoffray2014-02-141-0/+2
|\ \ | |/
| * Revert "Revert "Add a script for running art standalone.""Nicolas Geoffray2014-02-131-0/+2
* | Fix race condition in BumpPointerSpace::Walk.Mathieu Chartier2014-02-121-4/+18
|/
* Don't hardcode object layout in Unsafe and space_test.Hiroshi Yamauchi2014-02-111-9/+18
* Change BumpPointerSpace main block header to not be in space data.Mathieu Chartier2014-02-112-13/+19
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-112-3/+3
* RosAlloc verification.Hiroshi Yamauchi2014-02-071-0/+4
* Object model changes to support 64bit.Ian Rogers2014-02-0615-71/+91
* Move SwapBitmaps to ContinuousMemMapAllocSpace.Mathieu Chartier2014-02-035-16/+17
* Add zygote space as its own space type.Mathieu Chartier2014-01-3113-164/+377
* 64bit friendly GC CAS operations.Ian Rogers2014-01-231-4/+3
* Refactor large object sweeping.Mathieu Chartier2014-01-104-6/+31
* Bin packing the zygote (best fit).Mathieu Chartier2014-01-091-2/+2
* Background compaction support.Mathieu Chartier2014-01-088-70/+132