BDE 4.14.0 Production release
|
This is the complete list of members for bslma::SequentialAllocator, including all inherited members.
allocate(size_type numBytes) BSLS_KEYWORD_OVERRIDE | bslma::SequentialAllocator | inlinevirtual |
bsl::memory_resource::allocate(size_t bytes, size_t alignment=k_MAX_ALIGN) | bsl::memory_resource | inline |
allocateAndExpand(int *size) | bslma::SequentialAllocator | inline |
allocateAndExpand(int *size, int maxNumBytes) | bslma::SequentialAllocator | inline |
deallocate(void *address) BSLS_KEYWORD_OVERRIDE | bslma::SequentialAllocator | inlinevirtual |
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 |
expand(void *address, int originalNumBytes) | bslma::SequentialAllocator | inline |
expand(void *address, int originalNumBytes, int maxNumBytes) | bslma::SequentialAllocator | inline |
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::ManagedAllocator::operator=(const memory_resource &) BSLS_KEYWORD_DEFAULT | bsl::memory_resource | |
release() BSLS_KEYWORD_OVERRIDE | bslma::SequentialAllocator | inlinevirtual |
reserveCapacity(int numBytes) | bslma::SequentialAllocator | inlinevirtual |
SequentialAllocator(Allocator *basicAllocator=0) | bslma::SequentialAllocator | inlineexplicit |
SequentialAllocator(BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialAllocator | inlineexplicit |
SequentialAllocator(int initialSize, Allocator *basicAllocator=0) | bslma::SequentialAllocator | inlineexplicit |
SequentialAllocator(int initialSize, BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialAllocator | inline |
SequentialAllocator(char *buffer, int bufferSize, Allocator *basicAllocator=0) | bslma::SequentialAllocator | inline |
SequentialAllocator(char *buffer, int bufferSize, BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialAllocator | inline |
SequentialAllocator(int initialSize, int maxBufferSize, Allocator *basicAllocator=0) | bslma::SequentialAllocator | inline |
SequentialAllocator(int initialSize, int maxBufferSize, BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialAllocator | inline |
SequentialAllocator(char *buffer, int bufferSize, int maxBufferSize, Allocator *basicAllocator=0) | bslma::SequentialAllocator | inline |
SequentialAllocator(char *buffer, int bufferSize, int maxBufferSize, BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialAllocator | inline |
size_type typedef | bslma::Allocator | |
throwBadAlloc() | bslma::Allocator | static |
truncate(void *address, int originalNumBytes, int newNumBytes) | bslma::SequentialAllocator | inline |
~Allocator() BSLS_KEYWORD_OVERRIDE | bslma::Allocator | |
~memory_resource() | bsl::memory_resource | inlinevirtual |
~SequentialAllocator() BSLS_KEYWORD_OVERRIDE | bslma::SequentialAllocator |