1. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  2. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  3. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 8 years ago
  4. d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
  5. 565c2d9 Add RosAlloc stats dump. by Hiroshi Yamauchi · 9 years ago
  6. b5e31f3 Fix rosalloc issues with valgrind. by Hiroshi Yamauchi · 9 years ago
  7. 7ed9c56 Use 8-byte increment bracket sizes for rosalloc thread local runs. by Hiroshi Yamauchi · 9 years ago
  8. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 10 years ago
  9. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 10 years ago
  10. e631694 Implement rosalloc fast path in assembly for 32 bit arm. by Hiroshi Yamauchi · 10 years ago
  11. 31bf42c Use free lists instead of bitmaps within rosalloc runs. by Hiroshi Yamauchi · 10 years ago
  12. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  13. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 10 years ago
  14. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  15. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  16. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  17. 3f3c6c0 Tune rosalloc buffer sizes. by Hiroshi Yamauchi · 11 years ago
  18. d757632 ART: Fix valgrind by Andreas Gampe · 11 years ago
  19. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  20. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  21. 59c0706 Work around ICE bugs with MIPS GCC and O1. by Ian Rogers · 11 years ago
  22. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  23. 58553c7 Add allocation tracking allocators to ROSAlloc by Mathieu Chartier · 11 years ago
  24. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  25. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 11 years ago
  26. 654dd48 Improve the OOME fragmentation message. by Hiroshi Yamauchi · 11 years ago
  27. a5b5c55 Add notion of released vs empty pages to ROSAlloc. by Mathieu Chartier · 11 years ago
  28. a1c1c71 Use reader lock of bulk free lock when not freeing. by Mathieu Chartier · 11 years ago
  29. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  30. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  31. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  32. 5fcfa7d Move RoS allocator to use unordered_set. by Ian Rogers · 11 years ago
  33. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 11 years ago
  34. 59e6760 Rosalloc: fix signature for 64b by Andreas Gampe · 11 years ago
  35. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 11 years ago
  36. 8585bad Return bytes freed from RosAlloc. by Mathieu Chartier · 11 years ago
  37. d9a88de Implement rosalloc page trimming without suspending threads. by Hiroshi Yamauchi · 11 years ago
  38. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  39. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 12 years ago
  40. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  41. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  42. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  43. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  44. 70f6004 Fix a race condition in RosAlloc. by Hiroshi Yamauchi · 11 years ago
  45. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 12 years ago
  46. 3c2856e Inline RosAlloc::Alloc(). by Hiroshi Yamauchi · 12 years ago
  47. e5eedcb Fix cpplint errors. by Hiroshi Yamauchi · 12 years ago
  48. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 12 years ago