OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
NCVMemStackAllocator 類參考

#include <opencv2/cudalegacy/NCV.hpp>

NCVMemStackAllocator 的協作圖

公共成員函式

 NCVMemStackAllocator (Ncv32u alignment)
 
 NCVMemStackAllocator (NCVMemoryType memT, size_t capacity, Ncv32u alignment, void *reusePtr=NULL)
 
virtual ~NCVMemStackAllocator ()
 
virtual Ncv32u alignment () const
 
virtual NCVStatus alloc (NCVMemSegment &seg, size_t size)
 
virtual NCVStatus dealloc (NCVMemSegment &seg)
 
virtual NcvBool isCounting () const
 
virtual NcvBool isInitialized () const
 
virtual size_t maxSize () const
 
virtual NCVMemoryType memType () const
 
- 從 INCVMemAllocator 繼承的公共成員函式
virtual ~INCVMemAllocator ()=0
 

詳細描述

建構函式 & 解構函式文件

◆ NCVMemStackAllocator() [1/2]

NCVMemStackAllocator::NCVMemStackAllocator ( Ncv32u alignment)
顯式

◆ NCVMemStackAllocator() [2/2]

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

◆ ~NCVMemStackAllocator()

virtual NCVMemStackAllocator::~NCVMemStackAllocator ( )
virtual

成員函式文件

◆ alignment()

virtual Ncv32u NCVMemStackAllocator::alignment ( ) const
virtual

實現 INCVMemAllocator

◆ alloc()

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

實現 INCVMemAllocator

◆ dealloc()

virtual NCVStatus NCVMemStackAllocator::dealloc ( NCVMemSegment & seg)
virtual

實現 INCVMemAllocator

◆ isCounting()

virtual NcvBool NCVMemStackAllocator::isCounting ( ) const
virtual

實現 INCVMemAllocator

◆ isInitialized()

virtual NcvBool NCVMemStackAllocator::isInitialized ( ) const
virtual

實現 INCVMemAllocator

◆ maxSize()

virtual size_t NCVMemStackAllocator::maxSize ( ) const
virtual

實現 INCVMemAllocator

◆ memType()

virtual NCVMemoryType NCVMemStackAllocator::memType ( ) const
virtual

實現 INCVMemAllocator


此類文件由以下檔案生成