index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkArenaAlloc.h
Commit message (
Expand
)
Author
Age
*
Use Fibonacci instead of 2^n for block growth.
Herb Derby
2017-03-08
*
Use an exponential growth strategy for extra blocks.
Herb Derby
2017-03-03
*
Switch from size_t to uint32_t to represent constraints better.
Herb Derby
2017-02-17
*
Add sk_sp make variant to SkArenaAlloc.
Herb Derby
2017-02-06
*
Simplify Footers in SkArenaAlloc to 64-bit values using pointers.
Herb Derby
2017-01-25
*
Make the footer big to handle bug 684061.
Herb Derby
2017-01-24
*
Fix comparison that overflows for addresses near uint max.
Herb Derby
2017-01-23
*
Revert "Fix comparison that overflows for addresses near uint max."
Ethan Nicholas
2017-01-23
*
Fix comparison that overflows for addresses near uint max.
Herb Derby
2017-01-23
*
Update SkTDict to use SkArenaAlloc.
Herb Derby
2017-01-23
*
Fix reset and deleting behavior.
Herb Derby
2017-01-19
*
Revert "Fix reset and deleting behavior."
Herb Derby
2017-01-19
*
Fix reset and deleting behavior.
Herb Derby
2017-01-18
*
Remove SkFallbackAlloc and SkFixedAlloc.
Herb Derby
2017-01-16