NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsMemoryAllocator.h File Reference

Go to the source code of this file.

Data Structures

class  NvDsMemoryAllocator
 

Enumerations

enum  NvDsMemType {
  NVDS_MEM_DEFAULT,
  NVDS_MEM_CUDA_PINNED,
  NVDS_MEM_CUDA_DEVICE,
  NVDS_MEM_CUDA_UNIFIED,
  NVDS_MEM_SYSTEM
}
 Specifies memory types for NvDsMemory. More...
 

Enumeration Type Documentation

◆ NvDsMemType

Specifies memory types for NvDsMemory.

Enumerator
NVDS_MEM_DEFAULT 
NVDS_MEM_CUDA_PINNED 

Specifies CUDA Host memory type.

NVDS_MEM_CUDA_DEVICE 

Specifies CUDA Device memory type.

NVDS_MEM_CUDA_UNIFIED 

Specifies CUDA Unified memory type.

NVDS_MEM_SYSTEM 

Specifies memory allocated by malloc().

Definition at line 19 of file NvDsMemoryAllocator.h.