Loading...
Searching...
No Matches
INCVMemAllocator Class Referenceabstract
#include <opencv2/cudalegacy/NCV.hpp>
Inheritance diagram for INCVMemAllocator:
Public Member Functions | |
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 |
Detailed Description
INCVMemAllocator (Interface)
Member Function Documentation
◆ alignment()
|
pure virtual |
Implemented in NCVMemStackAllocator, and NCVMemNativeAllocator.
◆ alloc()
|
pure virtual |
Implemented in NCVMemStackAllocator, and NCVMemNativeAllocator.
◆ dealloc()
|
pure virtual |
Implemented in NCVMemStackAllocator, and NCVMemNativeAllocator.
◆ isCounting()
|
pure virtual |
Implemented in NCVMemStackAllocator, and NCVMemNativeAllocator.
◆ isInitialized()
|
pure virtual |
Implemented in NCVMemStackAllocator, and NCVMemNativeAllocator.
◆ maxSize()
|
pure virtual |
Implemented in NCVMemStackAllocator, and NCVMemNativeAllocator.
◆ memType()
|
pure virtual |
Implemented in NCVMemStackAllocator, and NCVMemNativeAllocator.
The documentation for this class was generated from the following file:
- opencv2/cudalegacy/NCV.hpp