V_freeAll
FunctionDe-allocate all vectors (and matrices)
Syntax C/C++#include <VecLib.h>
void V_freeAll( void );
Pascal/Delphiuses VecLib;
procedure V_freeAll;
CUDA function C/C++#include <cudaVecLib.h>
int cudaV_freeAll( void );
CUDA function Pascal/Delphiuses VecLib;
function cudaV_freeAll: IntBool;
DescriptionAll vectors and matrices previously allocated by one of the functions of the VF_vector,   VF_vector0, or MF_matrix families are freed.
Error handlingnone
Return valuenone
See alsoV_free,   V_pinnedFreeAll,   V_nfree,   VF_vector,   VF_vector0

VectorLib Table of Contents  OptiVec home