NVIDIA DeepStream SDK API Reference6.1.1 Release |
Definition at line 16 of file INvDsAllocator.h.
Public Member Functions | |
virtual void * | Allocate (uint32_t size)=0 |
Allocate memory of Bytes. More... | |
virtual void | Deallocate (void *data)=0 |
Deallocate the memory allocated using Allocate() More... | |
virtual | ~INvDsAllocator () |
|
inlinevirtual |
Definition at line 30 of file INvDsAllocator.h.
|
pure virtual |
Allocate memory of Bytes.
size | [IN] The # of bytes to allocate |
Implemented in NvDsMemoryAllocator.
|
pure virtual |
Deallocate the memory allocated using Allocate()
data | [IN] The Memory buffer handle |
Implemented in NvDsMemoryAllocator.