1. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  2. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  3. 55b2764 64bit friendly GC CAS operations. by Ian Rogers · 11 years ago
  4. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  5. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  6. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  7. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  8. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  9. 5dcce9a Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space." by Hiroshi Yamauchi · 11 years ago
  10. e48780b Remove some unnecessary code from dlmalloc_space/rosalloc_space. by Hiroshi Yamauchi · 11 years ago
  11. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 11 years ago
  12. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  13. 3ddbd42 Add SpaceTest for RosAllocSpace. by Hiroshi Yamauchi · 11 years ago
  14. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  15. 3c2856e Inline RosAlloc::Alloc(). by Hiroshi Yamauchi · 11 years ago
  16. e768dfd Merge "Add Valgrind rosalloc support." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  17. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  18. 7cb7bbc Add Valgrind rosalloc support. by Hiroshi Yamauchi · 11 years ago
  19. 4ce1f00 Fix a per-process dumpsys meminfo crash. by Hiroshi Yamauchi · 11 years ago
  20. e5eedcb Fix cpplint errors. by Hiroshi Yamauchi · 11 years ago
  21. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  22. 5ceb974 Fix libart.do boot check failure (b/11679102). by Hiroshi Yamauchi · 11 years ago
  23. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  24. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 11 years ago
  25. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  26. fd7e7f1 Fix a double unmap issue in MemMap::UnMapAtEnd(). by Hiroshi Yamauchi · 11 years ago
  27. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  28. be031ff Remove four counter increments out of the allocation path. by Hiroshi Yamauchi · 11 years ago
  29. 1449f1d am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  30. 7c3d13a Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  31. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  32. 72aaacf resolved conflicts for merge of 50c3e9ca to dalvik-dev by Mathieu Chartier · 11 years ago
  33. 0f72e41 Improve heap verification. by Mathieu Chartier · 11 years ago
  34. 75165d0 Add valgrind support to compiler arena allocator. by Mathieu Chartier · 11 years ago
  35. 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 11 years ago
  36. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
  37. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  38. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  39. eb5710e New free list large object space. by Mathieu Chartier · 11 years ago
  40. 50b2928 Improve the allocation speed. by Hiroshi Yamauchi · 11 years ago
  41. 6875fd3 Fix valgrind support for dlmalloc space. by Mathieu Chartier · 11 years ago
  42. e5426c9 Fix histogram memory issues. by Mathieu Chartier · 11 years ago
  43. 08d7d44 Fix image generation. by Mathieu Chartier · 11 years ago
  44. 8bbc8c0 Fix mismatched malloc / delete. by Mathieu Chartier · 11 years ago
  45. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  46. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  47. 41a41fd am 0a9dc05e: GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  48. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  49. df28d4a Merge "Show size/alloc/free per Dalvik heap space in dumpsys" into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  50. 09b07a9 Show size/alloc/free per Dalvik heap space in dumpsys by Hiroshi Yamauchi · 11 years ago
  51. ebd6638 am 4274889d: Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  52. 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  53. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  54. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  55. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  56. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  57. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  58. 98c19d2 am 2ce745c0: Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  59. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  60. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  61. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  62. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  63. 5081c0f am 56d947fb: Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  64. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  65. 8784462 Remove declaration of undefined method. by Ian Rogers · 11 years ago
  66. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago