1. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  2. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 12 years ago
  3. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 12 years ago
  4. 3ddbd42 Add SpaceTest for RosAllocSpace. by Hiroshi Yamauchi · 12 years ago
  5. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 12 years ago
  6. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  7. eb5710e New free list large object space. by Mathieu Chartier · 12 years ago
  8. 50b2928 Improve the allocation speed. by Hiroshi Yamauchi · 12 years ago
  9. 09b07a9 Show size/alloc/free per Dalvik heap space in dumpsys by Hiroshi Yamauchi · 12 years ago
  10. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/gc/space/space_test.cc]
  11. 1d54e73 GC clean up. by Ian Rogers · 12 years ago[Renamed (97%) from src/gc/space_test.cc]
  12. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  13. 1c23e1e More space refactoring. by Mathieu Chartier · 13 years ago
  14. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 13 years ago[Renamed from src/space_test.cc]
  15. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  16. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 13 years ago
  17. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 13 years ago
  18. dcf8d72 Fix zygote live/mark bitmap size. by Mathieu Chartier · 13 years ago
  19. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 13 years ago
  20. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 14 years ago
  21. f34f174 Fix a leak in the verifier and a minor test bug. by Elliott Hughes · 14 years ago
  22. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 14 years ago
  23. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  24. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 14 years ago
  25. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 14 years ago
  26. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 14 years ago
  27. 307f75d Add a C++ equivalent of Android's TimingLogger, and use it for the heap. by Elliott Hughes · 14 years ago
  28. 9b7f2c2 Fix space_test by ensuring Runtime::Current() is not null by Brian Carlstrom · 14 years ago
  29. 90a3369 Switch to UniquePtr. by Elliott Hughes · 14 years ago
  30. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 14 years ago
  31. ad107ab Remove author attributions. by Carl Shapiro · 14 years ago
  32. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 14 years ago
  33. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 14 years ago