>>>>> mendell <mendell at ca.ibm.com> writes: > Does it make sense to always use a 16 byte padding, since the operator new > will not have access to the alignment of the type? No; the size of the padding is determined by the new-expression, not the operator new. Jason