| Parameter | Description |
|---|---|
| p | The pointer. |
| alignmentPowerOfTwo | A non-zero, positive power of two. |
bool
True if the address is a multiple of alignmentPowerOfTwo.
Returns true if the address represented by the pointer has a given alignment.
| Parameter | Description |
|---|---|
| offset | An offset |
| alignmentPowerOfTwo | A non-zero, positive power of two. |
bool
True if the offset is a multiple of alignmentPowerOfTwo.
Returns true if an offset has a given alignment.