8#ifndef INCLUDED_BDLMA_LOCALSEQUENTIALALLOCATOR
9#define INCLUDED_BDLMA_LOCALSEQUENTIALALLOCATOR
205#include <bdlscm_version.h>
234#if !defined(BSLS_COMPILERFEATURES_SUPPORT_ALIGNAS)
242#if defined(BSLS_COMPILERFEATURES_SUPPORT_ALIGNAS)
289LocalSequentialAllocator<t_SIZE>::LocalSequentialAllocator(
291: AllocatorBase(this->d_buffer, t_SIZE, basicAllocator)
Definition bdlma_bufferedsequentialallocator.h:265
Definition bdlma_localsequentialallocator.h:230
AlignmentType d_align
Definition bdlma_localsequentialallocator.h:253
char d_buffer[t_SIZE]
Definition bdlma_localsequentialallocator.h:252
Definition bslma_allocator.h:457
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition bdlma_alignedallocator.h:276
Definition balxml_encoderoptions.h:68
Definition bsls_alignmenttotype.h:317
@ BSLS_MAX_ALIGNMENT
Definition bsls_alignmentutil.h:275