Class cv::fastcv::QcResourceManager#

Resource manager for FastCV allocations. This class manages active allocations.

Collaboration diagram for cv::fastcv::QcResourceManager:

Detailed Description#

Resource manager for FastCV allocations. This class manages active allocations.

Constructor & Destructor Documentation#

QcResourceManager()#

cv::fastcv::QcResourceManager::QcResourceManager()

Member Function Documentation#

getInstance()#

static QcResourceManager & cv::fastcv::QcResourceManager::getInstance()

addAllocation()#

void cv::fastcv::QcResourceManager::addAllocation(void * ptr)

removeAllocation()#

void cv::fastcv::QcResourceManager::removeAllocation(void * ptr)

Member Data Documentation#

activeAllocations#

std::set< void * > cv::fastcv::QcResourceManager::activeAllocations

resourceMutex#

std::mutex cv::fastcv::QcResourceManager::resourceMutex

Source file#

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