is_aligned
Checks whether the pointer points to aligned data
|
(1) |
-
Checks whether the pointer points to aligned data
Parameters:-
void *p: Pointer to allocated data -
const size_ttotalSizeInBytes: Total allocated size of the buffer in bytes -
const size_talignment: Memory alignment boundary in bytes. -
const size_trequiredSizeMultiplier: The requirement for the allocation size to be
-