BDE 4.14.0 Production release
|
This is the complete list of members for bdlma::ConcurrentPoolAllocator, including all inherited members.
allocate(size_type size) BSLS_KEYWORD_OVERRIDE | bdlma::ConcurrentPoolAllocator | virtual |
bsl::memory_resource::allocate(size_t bytes, size_t alignment=k_MAX_ALIGN) | bsl::memory_resource | inline |
blockSize() const | bdlma::ConcurrentPoolAllocator | inline |
ConcurrentPoolAllocator(bslma::Allocator *basicAllocator=0) | bdlma::ConcurrentPoolAllocator | explicit |
ConcurrentPoolAllocator(bsls::BlockGrowth::Strategy growthStrategy, bslma::Allocator *basicAllocator=0) | bdlma::ConcurrentPoolAllocator | explicit |
ConcurrentPoolAllocator(bsls::BlockGrowth::Strategy growthStrategy, int maxBlocksPerChunk, bslma::Allocator *basicAllocator=0) | bdlma::ConcurrentPoolAllocator | |
ConcurrentPoolAllocator(size_type blockSize, bslma::Allocator *basicAllocator=0) | bdlma::ConcurrentPoolAllocator | explicit |
ConcurrentPoolAllocator(size_type blockSize, bsls::BlockGrowth::Strategy growthStrategy, bslma::Allocator *basicAllocator=0) | bdlma::ConcurrentPoolAllocator | |
ConcurrentPoolAllocator(size_type blockSize, bsls::BlockGrowth::Strategy growthStrategy, int maxBlocksPerChunk, bslma::Allocator *basicAllocator=0) | bdlma::ConcurrentPoolAllocator | |
deallocate(void *address) BSLS_KEYWORD_OVERRIDE | bdlma::ConcurrentPoolAllocator | virtual |
bsl::memory_resource::deallocate(void *p, size_t bytes, size_t alignment=k_MAX_ALIGN) | bsl::memory_resource | inline |
deleteObject(const TYPE *object) | bslma::Allocator | inline |
deleteObject(bsl::nullptr_t) | bslma::Allocator | inline |
deleteObjectRaw(const TYPE *object) | bslma::Allocator | inline |
deleteObjectRaw(bsl::nullptr_t) | bslma::Allocator | inline |
do_allocate(std::size_t bytes, std::size_t alignment) BSLS_KEYWORD_OVERRIDE | bslma::Allocator | protected |
do_deallocate(void *p, std::size_t bytes, std::size_t alignment) BSLS_KEYWORD_OVERRIDE | bslma::Allocator | protected |
do_is_equal(const memory_resource &other) const BSLS_KEYWORD_NOEXCEPT BSLS_KEYWORD_OVERRIDE | bslma::Allocator | protected |
is_equal(const memory_resource &other) const BSLS_KEYWORD_NOEXCEPT | bsl::memory_resource | inline |
memory_resource() BSLS_KEYWORD_DEFAULT | bsl::memory_resource | |
memory_resource(const memory_resource &) BSLS_KEYWORD_DEFAULT | bsl::memory_resource | |
bslma::Allocator::operator=(const memory_resource &) BSLS_KEYWORD_DEFAULT | bsl::memory_resource | |
release() | bdlma::ConcurrentPoolAllocator | inline |
reserveCapacity(int numObjects) | bdlma::ConcurrentPoolAllocator | inline |
size_type typedef | bdlma::ConcurrentPoolAllocator | |
throwBadAlloc() | bslma::Allocator | static |
~Allocator() BSLS_KEYWORD_OVERRIDE | bslma::Allocator | |
~ConcurrentPoolAllocator() BSLS_KEYWORD_OVERRIDE | bdlma::ConcurrentPoolAllocator | |
~memory_resource() | bsl::memory_resource | inlinevirtual |