11 #ifndef _NVDS_MEMORY_ALLOCATOR_H_
12 #define _NVDS_MEMORY_ALLOCATOR_H_
NvDsMemoryAllocator(uint32_t gpuId, NvDsMemType memType)
Specifies CUDA Unified memory type.
void * Allocate(uint32_t size)
void Deallocate(void *data)
Specifies memory allocated by malloc().
NvDsMemType
Specifies memory types for NvDsMemory.
Specifies CUDA Host memory type.
Specifies CUDA Device memory type.