NVIDIA DeepStream SDK API Reference

6.1.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsMemoryAllocator Class Reference

Detailed Description

Definition at line 33 of file NvDsMemoryAllocator.h.

Inheritance diagram for NvDsMemoryAllocator:
Collaboration diagram for NvDsMemoryAllocator:

Public Member Functions

 NvDsMemoryAllocator (uint32_t gpuId, NvDsMemType memType)
 
void * Allocate (uint32_t size)
 
void Deallocate (void *data)
 

Constructor & Destructor Documentation

NvDsMemoryAllocator::NvDsMemoryAllocator ( uint32_t  gpuId,
NvDsMemType  memType 
)

Member Function Documentation

void* NvDsMemoryAllocator::Allocate ( uint32_t  size)
virtual

Implements INvDsAllocator.

void NvDsMemoryAllocator::Deallocate ( void *  data)
virtual

Implements INvDsAllocator.


The documentation for this class was generated from the following file: