$darkmode
![]() |
OpenCV 4.11.0
Open Source Computer Vision
|
#include <opencv2/cudalegacy/NCV.hpp>
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 |
![]() | |
virtual | ~INCVMemAllocator ()=0 |
virtual Ncv32u | alignment (void) const =0 |
virtual NCVStatus | alloc (NCVMemSegment &seg, size_t size)=0 |
virtual NCVStatus | dealloc (NCVMemSegment &seg)=0 |
virtual NcvBool | isCounting (void) const =0 |
virtual NcvBool | isInitialized (void) const =0 |
virtual size_t | maxSize (void) const =0 |
virtual NCVMemoryType | memType (void) const =0 |
NCVMemNativeAllocator::NCVMemNativeAllocator | ( | NCVMemoryType | memT, |
Ncv32u | alignment | ||
) |
|
virtual |
|
virtual |
Implements INCVMemAllocator.
|
virtual |
Implements INCVMemAllocator.
|
virtual |
Implements INCVMemAllocator.
|
virtual |
Implements INCVMemAllocator.
|
virtual |
Implements INCVMemAllocator.
|
virtual |
Implements INCVMemAllocator.
|
virtual |
Implements INCVMemAllocator.