8.1.3 Allocating and De-allocating Space

For several of the functions described in this chapter, the
application calling them must allocate or de-allocate dynamic
memory.  Depending on the operating system, compiler and REXX
interpreter,
the method for these allocations and de-allocations might vary.
Regina uses malloc() and free() in all these situations.



PREV NEXT