update SkSmallAllocator to force internal allocations to be 16-byte aligned
authorreed <reed@google.com>
Wed, 2 Mar 2016 21:03:46 +0000 (13:03 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 2 Mar 2016 21:03:46 +0000 (13:03 -0800)
commite2b0a0a0349b1c2acbd1eb5c1da7eed012f0980d
treec91a1e4e7b21632f636e5a7cdb7a5f870351617f
parent7c0b9feee9421f0667ccef49104f4be36c92ec71
update SkSmallAllocator to force internal allocations to be 16-byte aligned

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1755293002

Review URL: https://codereview.chromium.org/1755293002
include/core/SkTypes.h
src/core/SkSmallAllocator.h
tests/SmallAllocatorTest.cpp