Return the address of a contiguous block of memory of the specified size (in bytes). If size is 0, no memory is allocated and 0 is returned. The returned memory is guaranteed to be maximally aligned.
Synopsis
Declared in <bdlma_blocklist.h>
void*
allocate(bsls::Types::size_type size);
Created with MrDocs