WTF_ALIGN_OF 121 Source/platform/PODArena.h return WTF_ALIGN_OF(T); WTF_ALIGN_OF 76 Source/wtf/SizeLimits.cpp AlignedBuffer<inlineCapacity * sizeof(T), WTF_ALIGN_OF(T)> inlineBuffer; WTF_ALIGN_OF 498 Source/wtf/Vector.h AlignedBuffer<m_inlineBufferSize, WTF_ALIGN_OF(T)> m_inlineBuffer;