Allocate storage for n objects using the specified m allocator.
Declared in <bslma_bslallocator.h>
static
pointer
allocate(
allocator_type& m,
size_type n);
pointer to the allocated storage
| Name | Description |
|---|---|
| m | allocator that performs the allocation |
| n | number of objects to allocate storage for |