OpenCV 4.12.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
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: