BDE 4.14.0 Production release
|
This is the complete list of members for bslma::BufferAllocator, including all inherited members.
AlignmentStrategy enum name | bslma::BufferAllocator | |
allocate(size_type size) BSLS_KEYWORD_OVERRIDE | bslma::BufferAllocator | virtual |
bsl::memory_resource::allocate(size_t bytes, size_t alignment=k_MAX_ALIGN) | bsl::memory_resource | inline |
allocateFromBuffer(int *cursor, char *buffer, size_type bufSize, size_type size, AlignmentStrategy strategy) | bslma::BufferAllocator | static |
allocateFromBuffer(int *cursor, char *buffer, size_type bufSize, size_type size, int alignment) | bslma::BufferAllocator | static |
AllocCallback typedef | bslma::BufferAllocator | |
BufferAllocator(char *buffer, size_type bufSize, AllocCallback allocCallback=0) | bslma::BufferAllocator | inline |
BufferAllocator(char *buffer, size_type bufSize, AlignmentStrategy strategy, AllocCallback allocCallback=0) | bslma::BufferAllocator | inline |
deallocate(void *address) BSLS_KEYWORD_OVERRIDE | bslma::BufferAllocator | 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 |
is_equal(const memory_resource &other) const BSLS_KEYWORD_NOEXCEPT | bsl::memory_resource | inline |
MAXIMUM_ALIGNMENT enum value | bslma::BufferAllocator | |
memory_resource() BSLS_KEYWORD_DEFAULT | bsl::memory_resource | |
memory_resource(const memory_resource &) BSLS_KEYWORD_DEFAULT | bsl::memory_resource | |
NATURAL_ALIGNMENT enum value | bslma::BufferAllocator | |
bslma::Allocator::operator=(const memory_resource &) BSLS_KEYWORD_DEFAULT | bsl::memory_resource | |
print() const | bslma::BufferAllocator | |
size_type typedef | bslma::Allocator | |
throwBadAlloc() | bslma::Allocator | static |
~Allocator() BSLS_KEYWORD_OVERRIDE | bslma::Allocator | |
~BufferAllocator() BSLS_KEYWORD_OVERRIDE | bslma::BufferAllocator | |
~memory_resource() | bsl::memory_resource | inlinevirtual |