Liste complète des membres de Arccore::IMemoryAllocator, y compris les membres hérités :
adjustCapacity(size_t wanted_capacity, size_t element_size)=0 (défini dans Arccore::IMemoryAllocator) | Arccore::IMemoryAllocator | pure virtual |
adjustedCapacity(MemoryAllocationArgs args, Int64 wanted_capacity, Int64 element_size) const | Arccore::IMemoryAllocator | virtual |
allocate(MemoryAllocationArgs args, Int64 new_size) | Arccore::IMemoryAllocator | virtual |
allocate(size_t new_size)=0 (défini dans Arccore::IMemoryAllocator) | Arccore::IMemoryAllocator | pure virtual |
copyMemory(MemoryAllocationArgs args, AllocatedMemoryInfo destination, AllocatedMemoryInfo source) | Arccore::IMemoryAllocator | virtual |
deallocate(MemoryAllocationArgs args, AllocatedMemoryInfo ptr) | Arccore::IMemoryAllocator | virtual |
deallocate(void *ptr)=0 (défini dans Arccore::IMemoryAllocator) | Arccore::IMemoryAllocator | pure virtual |
guarantedAlignment(MemoryAllocationArgs args) const | Arccore::IMemoryAllocator | virtual |
guarantedAlignment()=0 (défini dans Arccore::IMemoryAllocator) | Arccore::IMemoryAllocator | pure virtual |
hasRealloc(MemoryAllocationArgs args) const | Arccore::IMemoryAllocator | virtual |
hasRealloc() const =0 (défini dans Arccore::IMemoryAllocator) | Arccore::IMemoryAllocator | pure virtual |
notifyMemoryArgsChanged(MemoryAllocationArgs old_args, MemoryAllocationArgs new_args, AllocatedMemoryInfo ptr) | Arccore::IMemoryAllocator | virtual |
reallocate(MemoryAllocationArgs args, AllocatedMemoryInfo current_ptr, Int64 new_size) | Arccore::IMemoryAllocator | virtual |
reallocate(void *current_ptr, size_t new_size)=0 (défini dans Arccore::IMemoryAllocator) | Arccore::IMemoryAllocator | pure virtual |
~IMemoryAllocator()=default | Arccore::IMemoryAllocator | virtual |