Synopsis

Declared in <bits/memory_resource.h>

[[nodiscard]]
void*
allocate_bytes(
    size_t __nbytes,
    size_t __alignment = alignof(max_align_t));

Return Value

Note

The return value should not be discarded.

Created with MrDocs