summaryrefslogtreecommitdiffstats
path: root/runtime/gc/allocator
Commit message (Expand)AuthorAgeFilesLines
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-8/+8
* Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-212-0/+28
* Improve use of CHECK macros.Ian Rogers2014-03-121-51/+57
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-052-0/+7
* Decrease lock uses in RosAlloc::BulkFree().Hiroshi Yamauchi2014-03-032-32/+114
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-3/+0
* Make allocations report usable size.Ian Rogers2014-02-261-2/+2
* Thread-local allocation stack.Hiroshi Yamauchi2014-02-131-1/+2
* RosAlloc verification.Hiroshi Yamauchi2014-02-072-34/+311
* Fix a race condition in RosAlloc.Hiroshi Yamauchi2014-02-032-2/+6
* Fix an array copy benchmark regression.Hiroshi Yamauchi2013-12-172-14/+92
* Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.ccBrian Carlstrom2013-11-251-1/+1
* Inline RosAlloc::Alloc().Hiroshi Yamauchi2013-11-223-36/+75
* Fix cpplint errors.Hiroshi Yamauchi2013-11-181-6/+6
* A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-162-0/+2110
* Remove four counter increments out of the allocation path.Hiroshi Yamauchi2013-10-092-0/+22
* Fix a portable build breakageHiroshi Yamauchi2013-09-261-0/+2
* Fix cpplint build/namespaces issuesBrian Carlstrom2013-07-181-4/+3
* Fix cpplint whitespace/comma issuesBrian Carlstrom2013-07-171-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-122-0/+112