Next: ascii zero guarded, Previous: ascii zero operations, Up: ascii zero [Contents][Index]
Use the given allocator to allocate enough memory to hold len characters, plus the terminating zero, and return a new instance referencing the memory. If an error occurs: raise an exception by performing a non–local exit to L. Make sure that the returned string is zero terminated.
Use the given allocator to reallocate the memory referenced by S to a new size; newlen is meant not to include the terminating zero. Return a new instance referencing the reallocated memory. If an error occurs: raise an exception by performing a non–local exit to L. Make sure that the returned string is zero terminated.
Use the given allocator to release the memory referenced by S.
Next: ascii zero guarded, Previous: ascii zero operations, Up: ascii zero [Contents][Index]
This document describes version 0.2.2-devel.3 of CCMemory.