[#BloombergLP-bsls-AlignmentUtil-pointerAlignment] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AlignmentUtil.adoc[AlignmentUtil]::pointerAlignment :relfileprefix: ../../../ :mrdocs: Return the alignment of the specified `address`. Returns 0 if `address` is 0. Note that the returned value might be larger than `BSLS_MAX_ALIGNMENT`. == Synopsis Declared in `<bsls_alignmentutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::size_t pointerAlignment(void const* address); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#