summaryrefslogtreecommitdiffstats
path: root/vm/alloc/Alloc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add barriers for proper observation sequence.Xin Qi2013-07-251-0/+5
* am bf11122d: Merge "Revert " Trim after explicit gc.""Elliott Hughes2012-06-111-1/+0
|\
| * Revert " Trim after explicit gc."Elliott Hughes2012-06-111-1/+0
* | am 3492e8ab: Merge " Trim after explicit gc."Elliott Hughes2012-05-111-0/+1
|\|
| * Trim after explicit gc.SangWook Han2012-05-111-0/+1
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
|/
* Avoid deadlock.Elliott Hughes2011-10-141-4/+1
* Take the heap lock in dvmIsHeapAddress.Elliott Hughes2011-08-101-1/+4
* am 0c632a84: Merge "Add isDebuggerActive API for the finalizer watchdog."Jesse Wilson2011-06-201-13/+3
|\
| * Add isDebuggerActive API for the finalizer watchdog.Jesse Wilson2011-06-201-13/+3
* | Favor Object* over void* for the heap bitmap interfaces.Carl Shapiro2011-06-071-6/+2
|/
* Further conservation of newlines.Dan Bornstein2011-05-261-6/+6
* Explicitly initialize a condition variable in the VM globals.Carl Shapiro2011-05-101-1/+1
* Make interned strings non-movable.Carl Shapiro2011-05-051-0/+5
* Refactor the garbage collection class initialization.Carl Shapiro2011-04-271-32/+21
* Use C++ linkage in GC headers and remove unneeded typedefs.Carl Shapiro2011-04-271-2/+2
* Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE.Carl Shapiro2011-04-201-10/+7
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-8/+8
* Add a class flag CLASS_ISCLASS.Dan Bornstein2011-04-131-1/+1
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+382