Gets the amount of bytes to allocate when requesting a specific amount of memory with a given alignment.
How many bytes to allocate
The alignment of the requested allocation, in bytes.
request aligned to alignment, taking in to account pointer alignment requirements.
See Implementation
Gets the amount of bytes to allocate when requesting a specific amount of memory with a given alignment.