cudaV_pinnedFreeAll
FunctioncudaOptiVec only: De-allocate all pinned host-memory vectors (and matrices)
CUDA function C/C++#include <cudaVecLib.h>
int cudaV_pinnedFreeAll( void );
CUDA function Pascal/Delphiuses VecLib;
function cudaV_pinnedFreeAll: IntBool;
DescriptionAll pinned host-memory vectors and matrices previously allocated by one of the functions of the cudaVF_pinnedVector,   or cudaMF_pinnedMatrix families are freed.
Error handlingnone
Return valueFALSE (0), in case of success, otherwise TRUE (non-zero)
See alsoCudaOptiVec.htm, chapter 3,   cudaV_pinnedFree,   cudaV_pinnedNfree,   cudaVF_pinnedVector

VectorLib Table of Contents  OptiVec home