Important: The information in this document is obsolete and should not be used for new development.
Allocating Structures
You use theOTAlloc
andOTFree
functions to allocate and free memory. These functions are mainly provided for XTI compatibility. In general, you should not use these functions to allocate and free structures on every call because this degrades performance. For a more detailed discussion of asynchronous processing and memory allocation, see "Providers".