4251 - 4260 of 4620 for listSearch Results
View search results from all Wolfram sites (353176 matches)
MLReleaseReal64Array()   (Mathematica MathLink C Function)
void MLReleaseReal64Array (MLINK link, double *a, int *dims, char ** heads, int d) disowns memory allocated by MLGetReal64Array() to store the array a, its dimensions dims ...
MLReleaseUCS2String()   (Mathematica MathLink C Function)
void MLReleaseUCS2String (MLINK link, unsigned short *s, int n) disowns memory allocated by MLGetUCS2String() to store the string s.
MLReleaseUCS2Symbol()   (Mathematica MathLink C Function)
void MLReleaseUCS2Symbol (MLINK link, unsigned short *s, int len) disowns memory allocated by MLGetUCS2Symbol() to store the UCS-2 Unicode string s with length len ...
MLReleaseUTF16String()   (Mathematica MathLink C Function)
void MLReleaseUTF16String (MLINK link, const unsigned short *s, int len) disowns memory allocated by MLGetUTF16String() to store the UTF-16 encoded string s.
MLReleaseUTF8String()   (Mathematica MathLink C Function)
void MLReleaseUTF8String (MLINK link, const unsigned char *s, int len) disowns memory allocated by MLGetUTF8String()to store the UTF-8 encoded string s.
MLAllocParameter()   (Mathematica MathLink C Function)
int MLAllocParameter (MLParameters *p, MLAllocator * a, MLDeallocator * d) retrieves the current memory allocator and deallocator function pointers from the MLParameters ...
MLClearError()   (Mathematica MathLink C Function)
int MLClearError (MLINK link) clears errors on link if possible.
MLCreateMark()   (Mathematica MathLink C Function)
MLMARK MLCreateMark (MLINK link) creates a mark at the current position in a sequence of expressions on a link.
MLDeallocator   (Mathematica MathLink C Function)
MLDeallocator is a MathLink type that describes a function pointer to a function taking a void * as an argument and having a return type of void that implements a memory ...
MLDeinitialize()   (Mathematica MathLink C Function)
void MLDeinitialize (MLENV env) destructs the MathLink environment object.
1 ... 423|424|425|426|427|428|429 ... 462 Previous Next

...