Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
NCVMemStackAllocator Class Reference

NCVMemStackAllocator. More...

#include </build/reproducible-path/pcl-1.15.1+dfsg/gpu/people/src/cuda/nvidia/NCV.hpp>

Inheritance diagram for NCVMemStackAllocator:

Public Member Functions

 NCVMemStackAllocator (Ncv32u alignment)
 NCVMemStackAllocator (NCVMemoryType memT, std::size_t capacity, Ncv32u alignment, void *reusePtr=nullptr)
virtual ~NCVMemStackAllocator ()
virtual NCVStatus alloc (NCVMemSegment &seg, std::size_t size)
virtual NCVStatus dealloc (NCVMemSegment &seg)
virtual NcvBool isInitialized () const
virtual NcvBool isCounting () const
virtual NCVMemoryType memType () const
virtual Ncv32u alignment () const
virtual std::size_t maxSize () const
Public Member Functions inherited from INCVMemAllocator
virtual ~INCVMemAllocator ()=default

Detailed Description

NCVMemStackAllocator.

Definition at line 421 of file NCV.hpp.

Constructor & Destructor Documentation

◆ NCVMemStackAllocator() [1/2]

NCVMemStackAllocator::NCVMemStackAllocator ( Ncv32u alignment)
explicit

References alignment().

◆ NCVMemStackAllocator() [2/2]

NCVMemStackAllocator::NCVMemStackAllocator ( NCVMemoryType memT,
std::size_t capacity,
Ncv32u alignment,
void * reusePtr = nullptr )

References alignment().

◆ ~NCVMemStackAllocator()

virtual NCVMemStackAllocator::~NCVMemStackAllocator ( )
virtual

Member Function Documentation

◆ alignment()

virtual Ncv32u NCVMemStackAllocator::alignment ( ) const
virtual

◆ alloc()

virtual NCVStatus NCVMemStackAllocator::alloc ( NCVMemSegment & seg,
std::size_t size )
virtual

Implements INCVMemAllocator.

◆ dealloc()

virtual NCVStatus NCVMemStackAllocator::dealloc ( NCVMemSegment & seg)
virtual

Implements INCVMemAllocator.

◆ isCounting()

virtual NcvBool NCVMemStackAllocator::isCounting ( ) const
virtual

Implements INCVMemAllocator.

◆ isInitialized()

virtual NcvBool NCVMemStackAllocator::isInitialized ( ) const
virtual

Implements INCVMemAllocator.

◆ maxSize()

virtual std::size_t NCVMemStackAllocator::maxSize ( ) const
virtual

Implements INCVMemAllocator.

◆ memType()

virtual NCVMemoryType NCVMemStackAllocator::memType ( ) const
virtual

Implements INCVMemAllocator.


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