Memory functions


o xalloc
As malloc(), but send an error message if there is no more memory.
o xcalloc
As calloc(), but send an error message if there is no more memory.
o xrealloc
Almost as realloc(), but send an error message if there is no more memory.
Memory functions

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.