Allocate enough (properly aligned) space for the specified numElements of type T. If the configured delegate allocator is unable to fulfill the allocation request, an exception (typically bsl::bad_alloc) will be thrown. The behavior is undefined unless numElements <= max_size().
Synopsis
Declared in <bsltf_stdtestallocator.h>
StdTestAllocator<TYPE>::pointer
allocate(size_type numElements);
Created with MrDocs