1. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  2. 10d0c96 Revert^2 "Add peak RSS stats to GC perf dump" by Lokesh Gidra · 5 years ago
  3. cc292c6 Revert "Add peak RSS stats to GC perf dump" by Lokesh Gidra · 5 years ago
  4. b4dad1b Add peak RSS stats to GC perf dump by Lokesh Gidra · 5 years ago
  5. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  6. fb8b4e2 Clean up allocation accounting by Hans Boehm · 6 years ago
  7. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  8. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  9. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  10. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  11. 208aaf0 Fix race with LOS Begin() and End() by Mathieu Chartier · 8 years ago
  12. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  13. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  14. e715811 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 9 years ago
  15. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 9 years ago
  16. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  17. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  18. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  19. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 10 years ago
  20. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  21. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  22. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 10 years ago
  23. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  24. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  25. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 10 years ago
  26. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 10 years ago
  27. 6fac447 Make allocations report usable size. by Ian Rogers · 10 years ago
  28. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  29. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  30. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  31. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  32. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  33. be031ff Remove four counter increments out of the allocation path. by Hiroshi Yamauchi · 11 years ago
  34. eb5710e New free list large object space. by Mathieu Chartier · 11 years ago
  35. 50b2928 Improve the allocation speed. by Hiroshi Yamauchi · 11 years ago
  36. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  37. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  38. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  39. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  40. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  41. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/space/large_object_space.h]
  42. 1d54e73 GC clean up. by Ian Rogers · 11 years ago[Renamed (84%) from src/gc/large_object_space.h]
  43. a3dd0b3 Fix DDMS large heap memory profiling. by Ian Rogers · 11 years ago
  44. 22a2086 Re-enable large object space. by Ian Rogers · 11 years ago
  45. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  46. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
  47. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago