|
|
NVIDIA DeepStream SDK API Reference
|
9.1 Release
|
Go to the documentation of this file.
18 #ifndef _NVDS_MEMORY_ALLOCATOR_H_
19 #define _NVDS_MEMORY_ALLOCATOR_H_
NvDsMemoryAllocator(uint32_t gpuId, NvDsMemType memType)
@ NVDS_MEM_CUDA_DEVICE
Specifies CUDA Device memory type.
@ NVDS_MEM_CUDA_PINNED
Specifies CUDA Host memory type.
NvDsMemType
Specifies memory types for NvDsMemory.
void Deallocate(void *data)
void * Allocate(uint32_t size)
@ NVDS_MEM_CUDA_UNIFIED
Specifies CUDA Unified memory type.
@ NVDS_MEM_SYSTEM
Specifies memory allocated by malloc().
NvDsMemType
Specifies memory types for NvDsMemory.