HomeFreeBSD

MFC 324072: Add UMA_ALIGNOF().

Description

MFC 324072: Add UMA_ALIGNOF().

This is a wrapper around _Alignof() that sets the alignment for a zone
to the alignment required by a given type. This allows the compiler to
determine the proper alignment rather than having the programmer try to
guess.

Details

Provenance
jhbAuthored on
Parents
rS324601: Address two problems with sendfile(..., SF_NOCACHE) and apply one
Branches
Unknown
Tags
Unknown