CustomAllocatorInterface Member List
This is the complete list of members for CustomAllocatorInterface , including all inherited members.
Alloc (MAXON_SOURCE_LOCATION_DECLARATION) | CustomAllocatorInterface | static |
Alloc (Int s, MAXON_SOURCE_LOCATION_DECLARATION) | CustomAllocatorInterface | |
AllocClear (Int s, MAXON_SOURCE_LOCATION_DECLARATION) | CustomAllocatorInterface | |
MAXON_ADD_TO_REFERENCE_CLASS (Int ComputeArraySize(Int currentSize, Int increment, Int minChunkSize) { return DefaultAllocator::ComputeArraySize(currentSize, increment, minChunkSize);}) | CustomAllocatorInterface | |
MAXON_ADD_TO_REFERENCE_CLASS (template< typename T > void Free(T *&p) { if(this->GetPointer()) this->GetPointer() ->PrivateFree((void *) p);p=nullptr;}) | CustomAllocatorInterface | |
MAXON_ADD_TO_REFERENCE_CLASS (Bool IsCompatibleWithDefaultAllocator(void *) const { return false;}) | CustomAllocatorInterface | |
MAXON_INTERFACE_NONVIRTUAL (CustomAllocatorInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.customallocator") | CustomAllocatorInterface | private |
PrivateAlloc (Int size, Bool clear, MAXON_SOURCE_LOCATION_DECLARATION) | CustomAllocatorInterface | |
PrivateFree (void *data) | CustomAllocatorInterface | |
PrivateGetDataSize (void *data) | CustomAllocatorInterface | |
Realloc (void *data, Int size, MAXON_SOURCE_LOCATION_DECLARATION) | CustomAllocatorInterface |