11 #ifndef _NVDS_ALLOCATOR_H_
12 #define _NVDS_ALLOCATOR_H_
24 virtual void*
Allocate (uint32_t size) = 0;
virtual ~INvDsAllocator()
virtual void Deallocate(void *data)=0
Deallocate the memory allocated using Allocate()
virtual void * Allocate(uint32_t size)=0
Allocate memory of Bytes.