OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
NCVMemStackAllocator 类参考

#include <opencv2/cudalegacy/NCV.hpp>

NCVMemStackAllocator 的协作图

公共成员函数

 NCVMemStackAllocator (Ncv32u alignment)
 
 NCVMemStackAllocator (NCVMemoryType memT, size_t capacity, Ncv32u alignment, void *reusePtr=NULL)
 
虚函数 ~NCVMemStackAllocator ()
 
虚函数 Ncv32u alignment () const
 
虚函数 NCVStatus alloc (NCVMemSegment &seg, size_t size)
 
虚函数 NCVStatus dealloc (NCVMemSegment &seg)
 
虚函数 NcvBool isCounting () const
 
虚函数 NcvBool isInitialized () const
 
虚函数 size_t maxSize () const
 
虚函数 NCVMemoryType memType () const
 
- 继承自 INCVMemAllocator 的公共成员函数
虚函数 ~INCVMemAllocator ()=0
 

详细描述

构造函数和析构函数文档

◆ NCVMemStackAllocator() [1/2]

NCVMemStackAllocator::NCVMemStackAllocator ( Ncv32u alignment)
explicit

◆ NCVMemStackAllocator() [2/2]

NCVMemStackAllocator::NCVMemStackAllocator ( NCVMemoryType memT,
size_t capacity,
Ncv32u alignment,
void * reusePtr = NULL )

◆ ~NCVMemStackAllocator()

virtual NCVMemStackAllocator::~NCVMemStackAllocator ( )
虚函数

成员函数文档

◆ alignment()

virtual Ncv32u NCVMemStackAllocator::alignment ( ) const
虚函数

实现 INCVMemAllocator

◆ alloc()

virtual NCVStatus NCVMemStackAllocator::alloc ( NCVMemSegment & seg,
size_t size )
虚函数

实现 INCVMemAllocator

◆ dealloc()

virtual NCVStatus NCVMemStackAllocator::dealloc ( NCVMemSegment & seg)
虚函数

实现 INCVMemAllocator

◆ isCounting()

virtual NcvBool NCVMemStackAllocator::isCounting ( ) const
虚函数

实现 INCVMemAllocator

◆ isInitialized()

virtual NcvBool NCVMemStackAllocator::isInitialized ( ) const
虚函数

实现 INCVMemAllocator

◆ maxSize()

virtual size_t NCVMemStackAllocator::maxSize ( ) const
虚函数

实现 INCVMemAllocator

◆ memType()

virtual NCVMemoryType NCVMemStackAllocator::memType ( ) const
虚函数

实现 INCVMemAllocator


此类的文档是从以下文件生成的