This is the complete list of members for BaseArrayAllocator< SIZE >, including all inherited members.
_buffer | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | private |
_freeEntry | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | private |
_usedEntryCnt | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | private |
Alloc(Int64 s, MAXON_SOURCE_LOCATION_DECLARATION) | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
ArrayAllocator() | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
ArrayAllocator(ArrayAllocator &&src) | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
ComputeArraySize(Int currentSize, Int increment, Int minChunkSize) | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
Free(T *&p) | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
GetArray() | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
GetArray() const | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
IsCompatibleWithDefaultAllocator(void *p) const | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
Realloc(void *, Int64, MAXON_SOURCE_LOCATION_DECLARATION) | ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
ValueType typedef | BaseArrayAllocator< SIZE > | |