OpenCV
4.1.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 |
Public Member Functions inherited from INCVMemAllocator | |
virtual | ~INCVMemAllocator ()=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.