OpenCV  4.6.0
Open Source Computer Vision
Public Member Functions | List of all members
NCVMemNativeAllocator Class Reference

#include <opencv2/cudalegacy/NCV.hpp>

Inheritance diagram for NCVMemNativeAllocator:
INCVMemAllocator

Public Member Functions

 NCVMemNativeAllocator (NCVMemoryType memT, Ncv32u alignment)
 
virtual ~NCVMemNativeAllocator ()
 
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
 
- Public Member Functions inherited from INCVMemAllocator
virtual ~INCVMemAllocator ()=0
 

Detailed Description

NCVMemNativeAllocator

Constructor & Destructor Documentation

◆ NCVMemNativeAllocator()

NCVMemNativeAllocator::NCVMemNativeAllocator ( NCVMemoryType  memT,
Ncv32u  alignment 
)

◆ ~NCVMemNativeAllocator()

virtual NCVMemNativeAllocator::~NCVMemNativeAllocator ( )
virtual

Member Function Documentation

◆ alignment()

virtual Ncv32u NCVMemNativeAllocator::alignment ( ) const
virtual

Implements INCVMemAllocator.

◆ alloc()

virtual NCVStatus NCVMemNativeAllocator::alloc ( NCVMemSegment seg,
size_t  size 
)
virtual

Implements INCVMemAllocator.

◆ dealloc()

virtual NCVStatus NCVMemNativeAllocator::dealloc ( NCVMemSegment seg)
virtual

Implements INCVMemAllocator.

◆ isCounting()

virtual NcvBool NCVMemNativeAllocator::isCounting ( ) const
virtual

Implements INCVMemAllocator.

◆ isInitialized()

virtual NcvBool NCVMemNativeAllocator::isInitialized ( ) const
virtual

Implements INCVMemAllocator.

◆ maxSize()

virtual size_t NCVMemNativeAllocator::maxSize ( ) const
virtual

Implements INCVMemAllocator.

◆ memType()

virtual NCVMemoryType NCVMemNativeAllocator::memType ( ) const
virtual

Implements INCVMemAllocator.


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