void *xmalloc (unsigned int n); void *xcalloc (unsigned int n, unsigned int m); void *xrealloc (void *p, unsigned int n); void xfree (void *p);
Use these allocation manipulation routines instead of the x-less counterparts they are wrapping, since the `x' is a clue on some machines.
Go to the first, previous, next, last section, table of contents.