Next: Script Variables
Up: Main Functions 2
Previous: Generic Handle Functions
Contents
Index
-
- (int) FreeArray(array)
This function will delete the memory used in the array, and
reallocate the size to 1. This function may be useful when memory is
tight. It is not possible to free an array it there are variables
that point to it. This function returns 1 on success, 0 otherwise.
- (int) CoreSize()
This returns the total size of dynamically allocated memory used by
Xic, in kilobytes.
Stephen R. Whiteley
2024-09-29