opencv2/fastcv/allocator.hpp#
#include <opencv2/core.hpp>
#include <set>
#include <mutex>
Include dependency graph for allocator.hpp:
This graph shows which files directly or indirectly include allocator.hpp:
Classes#
class cv::fastcv::QcAllocator
Qualcomm’s custom allocator. This allocator uses Qualcomm’s memory management functions. More…
class cv::fastcv::QcResourceManager
Resource manager for FastCV allocations. This class manages active allocations. More…
Namespaces#
namespace cv
namespace cv::fastcv
Functions#
cv::MatAllocator * cv::fastcv::getQcAllocator ()
Gets the default Qualcomm’s allocator. This function returns a pointer to the default Qualcomm’s allocator, which is optimized for use with DSP.