MathcadFree |
void MathcadFree(address)
char * address;
Defined in mcadincl.h. Frees memory that was allocated by the MathcadAllocate function to the hReal and hImag members of the scalar argument. A NULL pointer argument is ignored.
Parameter | Description |
---|---|
address | Address of the memory block that is to be freed. |
Return value
The function does not return a value.
To free memory for arrays, use MathcadArrayFree. See the example.