8#ifndef INCLUDED_BDLMA_ALIGNINGALLOCATOR
9#define INCLUDED_BDLMA_ALIGNINGALLOCATOR
210#include <bdlscm_version.h>
217#include <bsl_cstddef.h>
Definition bdlma_aligningallocator.h:232
AligningAllocator(bsls::Types::size_type alignment, bslma::Allocator *basicAllocator=0)
void deallocate(void *address) BSLS_KEYWORD_OVERRIDE
void * allocate(bsls::Types::size_type size) BSLS_KEYWORD_OVERRIDE
Definition bslma_allocator.h:545
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
#define BSLS_KEYWORD_DELETED
Definition bsls_keyword.h:651
#define BSLS_KEYWORD_OVERRIDE
Definition bsls_keyword.h:695
Definition bdlma_alignedallocator.h:278
std::size_t size_type
Definition bsls_types.h:126