1. 8618338 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  2. 3249156 Revert "Fix bogus math in object allocation." by Florin Malita · 7 years ago
  3. 0bc4d60 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  4. 6229b12 Control crash ArenaAlloc for unsatisfiable requests. by Ben Wagner · 7 years ago
  5. 14a6430 SkSTArenaAlloc by Florin Malita · 7 years ago
  6. 7916255 inline SkArenaAlloc::allocObject() by Mike Klein · 7 years ago
  7. 4b32ab1 Add instrumentation into SkArenaAlloc. by Herb Derby · 7 years ago
  8. dcbe2c8 Remove dangerous constructor from SkArenaAlloc by Herb Derby · 7 years ago
  9. 7dd57b6 Use Fibonacci instead of 2^n for block growth. by Herb Derby · 7 years ago
  10. 01254bc Use an exponential growth strategy for extra blocks. by Herb Derby · 7 years ago
  11. 1bf3fc7 Switch from size_t to uint32_t to represent constraints better. by Herb Derby · 8 years ago
  12. 6852170 Add sk_sp make variant to SkArenaAlloc. by Herb Derby · 8 years ago
  13. 39728d3 Simplify Footers in SkArenaAlloc to 64-bit values using pointers. by Herb Derby · 8 years ago
  14. c4e6cfe Make the footer big to handle bug 684061. by Herb Derby · 8 years ago
  15. f887f8a Fix comparison that overflows for addresses near uint max. - Fix Assert by Herb Derby · 8 years ago
  16. 889176b Revert "Fix comparison that overflows for addresses near uint max." by Ethan Nicholas · 8 years ago
  17. db8b837 Fix comparison that overflows for addresses near uint max. by Herb Derby · 8 years ago
  18. 2a0daee Update SkTDict to use SkArenaAlloc. by Herb Derby · 8 years ago
  19. 593cb94 Fix reset and deleting behavior. by Herb Derby · 8 years ago
  20. 1517224 Revert "Fix reset and deleting behavior." by Herb Derby · 8 years ago
  21. 412a86d Fix reset and deleting behavior. by Herb Derby · 8 years ago
  22. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago[Renamed (69%) from src/core/SkFixedAlloc.h]
  23. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  24. 8d80bb5 Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors." by Herb Derby · 8 years ago
  25. 6ff51ae Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  26. b44efa5 Remove testing code for not fitting in the Footer. by Herb Derby · 8 years ago
  27. 3502c5c Use ptr diff to encode function and padding. by Herb Derby · 8 years ago
  28. 866f286 Avoid unnecessary cast on a garbage data. by Ivan Krasin · 8 years ago
  29. dfa492e Use SkFixedAllocator in SkLinearPipeline and remove the embedding of by Herb Derby · 8 years ago
  30. 526525a Revert "While we can, restrict SkFixedAlloc/SkFallbackAlloc to POD." by Mike Klein · 8 years ago
  31. 02806f4 Revert "fix google3?" by Mike Klein · 8 years ago
  32. ccb8e8b fix google3? by Mike Klein · 8 years ago
  33. 1ee7035 While we can, restrict SkFixedAlloc/SkFallbackAlloc to POD. by Mike Klein · 8 years ago
  34. 744908e Fix SkModeColorFilter in 565 by Mike Klein · 8 years ago
  35. 58b1306 SkFixedAlloc by Mike Klein · 8 years ago