summaryrefslogtreecommitdiffstats
path: root/vm/alloc/MarkSweep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow max free size of heap to be configured.Ian Rogers2012-09-241-2/+0
* Revert "Revert "Trim pre-Zygote fork, fix under-estimate of heap limit.""Ian Rogers2012-08-281-1/+1
* Revert "Trim pre-Zygote fork, fix under-estimate of heap limit."Ian Rogers2012-08-241-1/+1
* Trim pre-Zygote fork, fix under-estimate of heap limit.Ian Rogers2012-08-221-1/+1
* Revert "Use the card table to scan the immune region of the heap."Ben Cheng2011-10-101-208/+96
* Fix the jweak implementation.Elliott Hughes2011-07-111-8/+8
* Clean up IndirectRefTable a bit.Elliott Hughes2011-06-211-1/+1
* Favor Object* over void* for the heap bitmap interfaces.Carl Shapiro2011-06-071-5/+4
* Establish a subclass relationships among the field types.Carl Shapiro2011-05-061-5/+5
* Use C++ linkage in GC headers and remove unneeded typedefs.Carl Shapiro2011-04-271-4/+4
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-4/+4
* Add a class flag CLASS_ISCLASS.Dan Bornstein2011-04-131-2/+2
* Add additional asserts and combine declarations with definitions.Carl Shapiro2011-04-111-63/+38
* Fix for loops and eliminate some other undesirable idioms.Carl Shapiro2011-04-081-20/+11
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+1093