$darkmode
OpenCV 4.12.0
Open Source Computer Vision
Public Member Functions | Static Public Member Functions | List of all members
cv::fastcv::QcResourceManager Class Reference

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

#include <opencv2/fastcv/allocator.hpp>

Collaboration diagram for cv::fastcv::QcResourceManager:

Public Member Functions

void addAllocation (void *ptr)
 
void removeAllocation (void *ptr)
 

Static Public Member Functions

static QcResourceManagergetInstance ()
 

Detailed Description

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

Member Function Documentation

◆ addAllocation()

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

◆ getInstance()

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

◆ removeAllocation()

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

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