(Wangle) Align lambdaBuf_
authorHannes Roth <hannesr@fb.com>
Tue, 11 Aug 2015 23:11:11 +0000 (16:11 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Tue, 11 Aug 2015 23:22:05 +0000 (16:22 -0700)
commit39080c90768c509796fb34d8239814b4a814e445
tree9e310c26d43fb5561869ea0a61804dc906e2b47c
parent344f7d2ae913dfb342810464e3b030acfddf584d
(Wangle) Align lambdaBuf_

Summary: Not aligning `lambdaBuf_` can lead to unaligned reads, which can be a problem on some platforms.

We use `lambdaBuf_` to store a type of up to `lambdaBufSize`, so aligning it to that should always be safe.

Reviewed By: @alexshap

Differential Revision: D2319347
folly/futures/detail/Core.h