Searched refs:WTF_ALIGN_OF (Results 1 – 5 of 5) sorted by relevance
31 #define WTF_ALIGN_OF(type) __alignof__(type) macro34 #define WTF_ALIGN_OF(type) __alignof(type)
76 AlignedBuffer<inlineCapacity * sizeof(T), WTF_ALIGN_OF(T)> inlineBuffer;
349 AlignedBuffer<sizeof(NodeBase) * m_poolSize, WTF_ALIGN_OF(NodeBase)> m_pool;
501 AlignedBuffer<m_inlineBufferSize, WTF_ALIGN_OF(T)> m_inlineBuffer;
121 return WTF_ALIGN_OF(T); in minAlignment()