|
Point Cloud Library (PCL) 1.15.1
|
INCVMemAllocator (Interface). More...
#include </builddir/build/BUILD/pcl-1.15.1-build/pcl-pcl-1.15.1/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
| virtual | ~INCVMemAllocator ()=default |
| virtual NCVStatus | alloc (NCVMemSegment &seg, std::size_t size)=0 |
| virtual NCVStatus | dealloc (NCVMemSegment &seg)=0 |
| virtual NcvBool | isInitialized () const =0 |
| virtual NcvBool | isCounting () const =0 |
| virtual NCVMemoryType | memType () const =0 |
| virtual Ncv32u | alignment () const =0 |
| virtual std::size_t | maxSize () const =0 |
INCVMemAllocator (Interface).
|
virtualdefault |
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.