BDE 4.14.0 Production release
|
This is the complete list of members for bslma::SequentialPool, including all inherited members.
allocate(int size) | bslma::SequentialPool | |
allocateAndExpand(int *size) | bslma::SequentialPool | |
allocateAndExpand(int *size, int maxNumBytes) | bslma::SequentialPool | |
deleteObject(const TYPE *object) | bslma::SequentialPool | inline |
deleteObjectRaw(const TYPE *object) | bslma::SequentialPool | inline |
expand(void *address, int originalNumBytes) | bslma::SequentialPool | |
expand(void *address, int originalNumBytes, int maxNumBytes) | bslma::SequentialPool | |
release() | bslma::SequentialPool | |
reserveCapacity(int numBytes) | bslma::SequentialPool | |
SequentialPool(Allocator *basicAllocator=0) | bslma::SequentialPool | explicit |
SequentialPool(BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialPool | explicit |
SequentialPool(int initialSize, Allocator *basicAllocator=0) | bslma::SequentialPool | explicit |
SequentialPool(int initialSize, BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialPool | |
SequentialPool(char *buffer, int bufferSize, Allocator *basicAllocator=0) | bslma::SequentialPool | |
SequentialPool(char *buffer, int bufferSize, BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialPool | |
SequentialPool(int initialSize, int maxBufferSize, Allocator *basicAllocator=0) | bslma::SequentialPool | |
SequentialPool(int initialSize, int maxBufferSize, BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialPool | |
SequentialPool(char *buffer, int bufferSize, int maxBufferSize, Allocator *basicAllocator=0) | bslma::SequentialPool | |
SequentialPool(char *buffer, int bufferSize, int maxBufferSize, BufferAllocator::AlignmentStrategy strategy, Allocator *basicAllocator=0) | bslma::SequentialPool | |
truncate(void *address, int originalNumBytes, int newNumBytes) | bslma::SequentialPool | |
~SequentialPool() | bslma::SequentialPool | inline |