DEFINITION - FUNCTION
    size& = AlignGPMSize&(size&) -- align size to minimum block multiple

OPERATION
    This function will round up any arbitrary given size to a multiple of
    the minimum supported block size used within the GPM system (currently
    8 bytes).  It's mostly for internal use in the various GPM functions.
    If the given size is already well aligned, this call does nothing.

ARGUMENTS
    size& -- the size which needs alignment

RESULT
    size& -- the aligned size (always greater or equal than input size)

SEE ALSO
    Support Functions

                                                 Back to Function Reference