deallocate
Deallocates aligned data.
|
(1) |
-
Deallocates aligned data.
Parameters:-
void *
memptr
: Pointer to allocated aligned data -
const size_t
requestedSize
: Size in bytes the user requested. May deallocate more -
const size_t
requiredSizeMultiplier
: The requirement for the allocation size to be
-