__arrayPad

get the padding required to allocate size bytes. Note that the padding is NOT included in the passed in size. Therefore, do NOT call this function with the size of an allocated block.

nothrow pure @trusted
size_t
__arrayPad
(
size_t size
,)
Suggestion Box / Bug Report