allocate
Allocates aligned data.
|
(1) |
-
Allocates aligned data.
Parameters:-
const size_t
requestedSize
: Size in bytes the user requested. May allocate more -
const size_t
alignment
: Memory alignment boundary in bytes. -
const size_t
requiredSizeMultiplier
: The requirement for the allocation size to be
-