1. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  2. 508fdf3 ART: Small class-inl.h cleanup by Andreas Gampe · 7 years ago
  3. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  4. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  5. 565c2d9 Add RosAlloc stats dump. by Hiroshi Yamauchi · 8 years ago
  6. dabdc0f Add more systracing everywhere by Mathieu Chartier · 9 years ago
  7. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  8. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  9. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  10. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  11. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  12. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  13. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  14. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  15. 94c41df Pass the real capacity to CreateRosAlloc. by Hiroshi Yamauchi · 10 years ago
  16. d757632 ART: Fix valgrind by Andreas Gampe · 10 years ago
  17. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  18. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  19. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  20. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  21. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  22. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 10 years ago
  23. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 10 years ago
  24. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 10 years ago
  25. 8585bad Return bytes freed from RosAlloc. by Mathieu Chartier · 10 years ago
  26. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  27. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 10 years ago
  28. d9a88de Implement rosalloc page trimming without suspending threads. by Hiroshi Yamauchi · 10 years ago
  29. 1cd53db Fix a DCHECK failure when causing GC from DDMS. by Hiroshi Yamauchi · 10 years ago
  30. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  31. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 10 years ago
  32. 5ccd498 Put the post zygote non-moving space next to the malloc space. by Hiroshi Yamauchi · 11 years ago
  33. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  34. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  35. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  36. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  37. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  38. 385de73 Fix the memory protection issue in RosAllocSpace::CreateFromMemMap() by lzang1 · 11 years ago
  39. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  40. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  41. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  42. 5dcce9a Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space." by Hiroshi Yamauchi · 11 years ago
  43. e48780b Remove some unnecessary code from dlmalloc_space/rosalloc_space. by Hiroshi Yamauchi · 11 years ago
  44. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 11 years ago
  45. 7cb7bbc Add Valgrind rosalloc support. by Hiroshi Yamauchi · 11 years ago
  46. 4ce1f00 Fix a per-process dumpsys meminfo crash. by Hiroshi Yamauchi · 11 years ago
  47. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago