Allocate a memory block of the specified numBytes size and return its address. The returned memory is guaranteed to be maximally aligned. The behavior is undefined unless 0 <= numBytes.

Synopsis

Declared in <bslma_infrequentdeleteblocklist.h>

void*
allocate(int numBytes);

Created with MrDocs