1. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 11 years ago
  2. e28ed99 Fix race condition in release pages. by Mathieu Chartier · 11 years ago
  3. 654dd48 Improve the OOME fragmentation message. by Hiroshi Yamauchi · 11 years ago
  4. a5b5c55 Add notion of released vs empty pages to ROSAlloc. by Mathieu Chartier · 11 years ago
  5. f5997b4 More advanced timing loggers. by Mathieu Chartier · 11 years ago
  6. a1c1c71 Use reader lock of bulk free lock when not freeing. by Mathieu Chartier · 11 years ago
  7. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  8. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  9. 5fcfa7d Move RoS allocator to use unordered_set. by Ian Rogers · 11 years ago
  10. 52cf5c0 Add inline to RosAlloc::AllocFromCurrentRunUnlocked(). by Hiroshi Yamauchi · 11 years ago
  11. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 11 years ago
  12. 4fd2050 Fix racy DCHECKS. by Mathieu Chartier · 11 years ago
  13. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 11 years ago
  14. 8585bad Return bytes freed from RosAlloc. by Mathieu Chartier · 11 years ago
  15. d9a88de Implement rosalloc page trimming without suspending threads. by Hiroshi Yamauchi · 11 years ago
  16. 4cd662e Fix Object::Clone()'s pre-fence barrier. by Hiroshi Yamauchi · 11 years ago
  17. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  18. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  19. 5d05705 Improve use of CHECK macros. by Ian Rogers · 11 years ago
  20. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 12 years ago
  21. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  22. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  23. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  24. 70f6004 Fix a race condition in RosAlloc. by Hiroshi Yamauchi · 11 years ago
  25. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 12 years ago
  26. 218daa2 Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc by Brian Carlstrom · 12 years ago
  27. 3c2856e Inline RosAlloc::Alloc(). by Hiroshi Yamauchi · 12 years ago
  28. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 12 years ago