1. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 10 years ago
  2. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  3. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 10 years ago
  4. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 10 years ago
  5. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  6. e4927f6 Fix race condition in TransitionCollector. by Mathieu Chartier · 10 years ago
  7. c44ce2e Map heap maps at a lower address. by Mathieu Chartier · 10 years ago
  8. 91c2f71 Reduce GC log spam. by Mathieu Chartier · 10 years ago
  9. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  10. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  11. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  12. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 10 years ago
  13. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 10 years ago
  14. d35326f Fix heap corruption and verification. by Mathieu Chartier · 10 years ago
  15. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  16. c30a725 Prevent merge conflicts. by Mathieu Chartier · 10 years ago
  17. dd162fb Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 10 years ago
  18. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  19. 46ee77d Merge "Guard pause histogram with lock." by Mathieu Chartier · 10 years ago
  20. 104fa0c Guard pause histogram with lock. by Mathieu Chartier · 10 years ago
  21. c1276c8 Fix a SIGSEGV at background-to-foreground collector transition. by Hiroshi Yamauchi · 10 years ago
  22. 36dab36 Add support for bump pointer spaces to DdmSendHeapSegments. by Mathieu Chartier · 10 years ago
  23. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 10 years ago
  24. 00b5915 Fix dangling pointer bug when transitioning to background. by Mathieu Chartier · 10 years ago
  25. 5189e24 Fix memory leak in RemoveRememberedSet. by Mathieu Chartier · 10 years ago
  26. c5a8347 Fix stale remembered sets error. by Mathieu Chartier · 10 years ago
  27. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  28. 81457a3 Merge "Add back a deleted check related to verification." by Stephen Hines · 10 years ago
  29. 233b0e3 Merge "Remove errors/warnings from tautological comparisons." by Stephen Hines · 10 years ago
  30. 22c6a81 Add back a deleted check related to verification. by Stephen Hines · 10 years ago
  31. b5f5649 Remove errors/warnings from tautological comparisons. by Stephen Hines · 10 years ago
  32. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  33. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  34. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  35. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  36. 654dd48 Improve the OOME fragmentation message. by Hiroshi Yamauchi · 10 years ago
  37. a5b5c55 Add notion of released vs empty pages to ROSAlloc. by Mathieu Chartier · 10 years ago
  38. fe7aee2 Merge "More advanced timing loggers." by Mathieu Chartier · 10 years ago
  39. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  40. 48ab687 Add logging to monitor deflation. by Mathieu Chartier · 10 years ago
  41. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 10 years ago
  42. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  43. 19d46b4 Fix systrace logging, total paused time, and bytes saved message. by Mathieu Chartier · 10 years ago
  44. dd69b14 Merge "Fix error with remembered sets creation." by Mathieu Chartier · 10 years ago
  45. 96bcd45 Fix error with remembered sets creation. by Mathieu Chartier · 10 years ago
  46. 308351a Change reference processing to use heap references. by Mathieu Chartier · 10 years ago
  47. d30e1d6 Fix GetFreeMemory to use fooprint limit instead of max memory. by Mathieu Chartier · 10 years ago
  48. aff59a8 Add missing initializtaion of last_gc_time_ns_. by Mathieu Chartier · 10 years ago
  49. 7ce6105 Merge "Verify there's no mem map gap for immune region not to break." by Hiroshi Yamauchi · 10 years ago
  50. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 10 years ago
  51. 9db911e Print mutexes held in Thread::Dump. by Mathieu Chartier · 10 years ago
  52. 8e1ebf4 Change GetFreeMemory to use the growth limit. by Mathieu Chartier · 10 years ago
  53. 4240c51 Don't create bump pointer spaces unless necessary. by Mathieu Chartier · 10 years ago
  54. c179016 Add reserve area to allocation stacks. by Mathieu Chartier · 10 years ago
  55. c4ddc04 Add support for jemalloc instead of dlmalloc. by Christopher Ferris · 10 years ago
  56. e9e55ac Fix build. by Mathieu Chartier · 10 years ago
  57. 061ece1 Merge "Begin migration of art::Atomic to std::atomic." by Ian Rogers · 10 years ago
  58. 8e4a96d Change zygote_creation_lock_ to be member instead of static. by Mathieu Chartier · 10 years ago
  59. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  60. 8ab7e78 Improve heap verification for invalid roots. by Mathieu Chartier · 10 years ago
  61. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  62. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  63. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  64. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  65. a6a8d14 Fix a lock level violation with background compaction enabled. by Hiroshi Yamauchi · 10 years ago
  66. 8254783 Merge "Add concurrent reference processing." by Mathieu Chartier · 10 years ago
  67. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago
  68. 52ba199 Fix spammy "Disabling background compaction for non zygote" message. by Mathieu Chartier · 10 years ago
  69. 41961e2 Fix device booting with DlMalloc instead of RosAlloc. by Mathieu Chartier · 10 years ago
  70. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 10 years ago
  71. 1dbbbf6 Merge "Add finalizer references from the entrypoints." by Mathieu Chartier · 10 years ago
  72. 89a201e Add GC cause to WaitForGcToComplete message. by Mathieu Chartier · 10 years ago
  73. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  74. 9a16f22 Merge "Add thread unsafe allocation methods to spaces." by Mathieu Chartier · 10 years ago
  75. 7edf7c8 Merge "Clean up Add/Remove space." by Mathieu Chartier · 10 years ago
  76. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  77. 1b54f9c Clean up Add/Remove space. by Mathieu Chartier · 10 years ago
  78. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 10 years ago
  79. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  80. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  81. 62ab87b Always log explicit GC. by Mathieu Chartier · 10 years ago
  82. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 11 years ago
  83. 3c4a434 Don't allow heap transitions if the runtime is shutting down. by Mathieu Chartier · 10 years ago
  84. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  85. 2f8da3e Decrease target utilization for foreground apps. by Mathieu Chartier · 11 years ago
  86. dcee9ee Less confusing heap transition message. by Mathieu Chartier · 11 years ago
  87. d6b9b62 Merge "Refactor space bitmap to support different alignments." by Mathieu Chartier · 11 years ago
  88. 309e3bf Reduce bump pointer space capacity. by Mathieu Chartier · 11 years ago
  89. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  90. 7840888 Fix hammerhead phone boot on master. by Mathieu Chartier · 11 years ago
  91. b272cd3 Fix heap verification with SS/GSS. by Mathieu Chartier · 11 years ago
  92. 2480156 Merge "Fix an occasional ThreadStress crash." by Hiroshi Yamauchi · 11 years ago
  93. d20aba1 Fix an occasional ThreadStress crash. by Hiroshi Yamauchi · 11 years ago
  94. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 11 years ago
  95. b38d483 Fix race condition in TransitionCollector. by Mathieu Chartier · 11 years ago
  96. b6898f5 Add mean GC duration to DumpGcPerformanceInfo. by Mathieu Chartier · 11 years ago
  97. dc9009e Merge "Adjust sticky GC ergonomics." by Mathieu Chartier · 11 years ago
  98. df86d1f Adjust sticky GC ergonomics. by Mathieu Chartier · 11 years ago
  99. 8edd574 Merge "GSS: Fix the bump pointer space only collection." by Hiroshi Yamauchi · 11 years ago
  100. df386c5 GSS: Fix the bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago