BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bslma_allocator.fwd.h>
#include <bslscm_version.h>
#include <bslma_deleterhelper.h>
#include <bslma_memoryresource.h>
#include <bslmf_assert.h>
#include <bslmf_isbitwiseequalitycomparable.h>
#include <bslmf_isbitwisemoveable.h>
#include <bslmf_issame.h>
#include <bslmf_istriviallycopyable.h>
#include <bslmf_nestedtraitdeclaration.h>
#include <bsls_keyword.h>
#include <bsls_nullptr.h>
#include <bsls_platform.h>
#include <cstddef>
#include <bsls_cpp11.h>
Go to the source code of this file.
Classes | |
class | bslma::Allocator |
Macros | |
#define | bdema_Allocator bslma::Allocator |
Typedefs | |
typedef bslma::Allocator | bslma_Allocator |
This alias is defined for backward compatibility. | |
Functions | |
void * | operator new (std::size_t size, BloombergLP::bslma::Allocator &basicAllocator) |
void | operator delete (void *address, BloombergLP::bslma::Allocator &basicAllocator) |
void * | operator new (std::size_t size, BloombergLP::bslma::Allocator *basicAllocator) BSLS_KEYWORD_DELETED |
Note that this operator is intentionally not defined. | |
void | operator delete (void *address, BloombergLP::bslma::Allocator *basicAllocator) BSLS_KEYWORD_DELETED |
Note that this operator is intentionally not defined. | |
The content of this file has been pre-processed for Doxygen.