TensorRT  8.0.0
nvinfer1::IGpuAllocator Member List

This is the complete list of members for nvinfer1::IGpuAllocator, including all inherited members.

allocate(uint64_t size, uint64_t alignment, AllocatorFlags flags) noexcept=0nvinfer1::IGpuAllocatorpure virtual
free(void *memory) noexcept=0nvinfer1::IGpuAllocatorpure virtual
IGpuAllocator()=default (defined in nvinfer1::IGpuAllocator)nvinfer1::IGpuAllocator
IGpuAllocator(IGpuAllocator const &)=default (defined in nvinfer1::IGpuAllocator)nvinfer1::IGpuAllocatorprotected
IGpuAllocator(IGpuAllocator &&)=default (defined in nvinfer1::IGpuAllocator)nvinfer1::IGpuAllocatorprotected
operator=(IGpuAllocator const &) &=default (defined in nvinfer1::IGpuAllocator)nvinfer1::IGpuAllocatorprotected
operator=(IGpuAllocator &&) &=default (defined in nvinfer1::IGpuAllocator)nvinfer1::IGpuAllocatorprotected
reallocate(void *baseAddr, uint64_t alignment, uint64_t newSize) noexceptnvinfer1::IGpuAllocatorinlinevirtual
~IGpuAllocator()=defaultnvinfer1::IGpuAllocatorvirtual