#include <NCV.hpp>
Inherits NCVVector< T >.
Public Member Functions | |
NCVVectorAlloc (INCVMemAllocator &allocator, Ncv32u length) | |
~NCVVectorAlloc () | |
NcvBool | isMemAllocated () const |
Ncv32u | getAllocatorsAlignment () const |
NCVMemSegment | getSegment () const |
void | clear () |
NCVStatus | copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const |
T * | ptr () const |
size_t | length () const |
NCVMemoryType | memType () const |
Protected Attributes | |
T * | _ptr |
size_t | _length |
NCVMemoryType | _memtype |
NCVVectorAlloc< T >::NCVVectorAlloc | ( | INCVMemAllocator & | allocator, | |
Ncv32u | length | |||
) |
NCVVectorAlloc< T >::~NCVVectorAlloc | ( | ) |
NcvBool NCVVectorAlloc< T >::isMemAllocated | ( | ) | const |
Ncv32u NCVVectorAlloc< T >::getAllocatorsAlignment | ( | ) | const |
NCVMemSegment NCVVectorAlloc< T >::getSegment | ( | ) | const |
NCVStatus NCVVector< T >::copySolid | ( | NCVVector< T > & | dst, | |
cudaStream_t | cuStream, | |||
size_t | howMuch = 0 | |||
) | const [inherited] |
NCVMemoryType NCVVector< T >::memType | ( | void | ) | const [inherited] |
NCVMemoryType NCVVector< T >::_memtype [protected, inherited] |