summaryrefslogtreecommitdiffstats
path: root/runtime/gc/allocator/rosalloc.h
Commit message (Expand)AuthorAgeFilesLines
* Rosalloc thread local allocation path without a cas.Hiroshi Yamauchi2015-03-111-7/+39
* Tune rosalloc buffer sizes.Hiroshi Yamauchi2014-11-201-2/+1
* ART: Fix valgrindAndreas Gampe2014-11-061-4/+13
* ART: More warningsAndreas Gampe2014-11-041-0/+4
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-3/+20
* Work around ICE bugs with MIPS GCC and O1.Ian Rogers2014-10-101-1/+1
* stdint types all the way!Ian Rogers2014-10-091-28/+28
* Add allocation tracking allocators to ROSAllocMathieu Chartier2014-09-161-5/+9
* Break apart header files.Ian Rogers2014-07-151-1/+2
* ART: Compacting ROS/DlMalloc spaces with semispace copy GCZuo Wang2014-07-111-1/+1
* Improve the OOME fragmentation message.Hiroshi Yamauchi2014-07-101-0/+2
* Add notion of released vs empty pages to ROSAlloc.Mathieu Chartier2014-07-091-27/+17
* Use reader lock of bulk free lock when not freeing.Mathieu Chartier2014-06-231-4/+1
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-0/+6
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-16/+6
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Move RoS allocator to use unordered_set.Ian Rogers2014-05-151-21/+10
* Add thread unsafe allocation methods to spaces.Mathieu Chartier2014-04-301-5/+19
* Rosalloc: fix signature for 64bAndreas Gampe2014-04-251-1/+1
* Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-251-17/+51
* Return bytes freed from RosAlloc.Mathieu Chartier2014-04-221-4/+5
* Implement rosalloc page trimming without suspending threads.Hiroshi Yamauchi2014-04-071-0/+2
* Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-211-0/+4
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-051-0/+1
* Decrease lock uses in RosAlloc::BulkFree().Hiroshi Yamauchi2014-03-031-3/+14
* 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
* RosAlloc verification.Hiroshi Yamauchi2014-02-071-4/+17
* Fix a race condition in RosAlloc.Hiroshi Yamauchi2014-02-031-1/+3
* Fix an array copy benchmark regression.Hiroshi Yamauchi2013-12-171-3/+62
* Inline RosAlloc::Alloc().Hiroshi Yamauchi2013-11-221-0/+9
* Fix cpplint errors.Hiroshi Yamauchi2013-11-181-6/+6
* A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-0/+480