NVIDIA DeepStream SDK API Reference6.1.1 Release |
Definition at line 33 of file NvDsMemoryAllocator.h.
Public Member Functions | |
NvDsMemoryAllocator (uint32_t gpuId, NvDsMemType memType) | |
void * | Allocate (uint32_t size) |
void | Deallocate (void *data) |
NvDsMemoryAllocator::NvDsMemoryAllocator | ( | uint32_t | gpuId, |
NvDsMemType | memType | ||
) |
|
virtual |
Implements INvDsAllocator.
|
virtual |
Implements INvDsAllocator.