bsl::allocator<long>::allocate_bytes

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.