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