calculateAlignmentFromSize | Calculate a usable alignment for an object of the specified size. |
calculateAlignmentOffset | Return the byte offset needed to align the specified address. |
is2ByteAligned | Return true if the specified address is aligned on a 2-byte boundary (i.e., the integer value of address is divisible by 2), and false otherwise. |
is4ByteAligned | Return true if the specified address is aligned on a 4-byte boundary (i.e., the integer value of address is divisible by 4), and false otherwise. |
is8ByteAligned | Return true if the specified address is aligned on an 8-byte boundary (i.e., the integer value of address is divisible by 8), and false otherwise. |
toAscii | Return the string representation of the specified enumerator value. |