#include <lal/LALMalloc.h>
This header covers routines that replace the standard
malloc(), calloc(), realloc(), and free().
All memory allocation and deallocation in LAL should use these
replacement functions. If the NDEBUG flag is set at compile
time, the LAL routines are #defined to be the same as the
standard C routines.
$Id: LALMalloc.h,v 1.7 2003/10/03 22:00:18 jolien Exp $