1. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 9 years ago
  2. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  3. 379d09f Add clamp growth limit by Mathieu Chartier · 10 years ago
  4. d0e0d4c Disable HomogeneousSpaceCompact for GSS collector by Lin Zang · 10 years ago
  5. d757632 ART: Fix valgrind by Andreas Gampe · 10 years ago
  6. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  7. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 10 years ago
  8. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 10 years ago
  9. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 10 years ago
  10. 447a914 Allocate large enough space bitmaps for malloc spaces. by Hiroshi Yamauchi · 10 years ago
  11. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  12. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  13. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  14. c4d095b Don't call SetFootprintLimit in CreateZygoteSpace. by Mathieu Chartier · 10 years ago
  15. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  16. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 10 years ago
  17. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  18. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 10 years ago
  19. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  20. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  21. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 10 years ago
  22. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  23. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  24. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  25. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  26. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 11 years ago
  27. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago