RCS Header: /home/amb/CVS/cxref/src/memory.h,v 1.7 1996-02-24 14:53:30 amb Exp
C Cross Referencing & Documentation tool. Version 1.0
Memory management functions
Included in: | comment.c |
cxref.c | |
file.c | |
func.c | |
html.c | |
latex.c | |
memory.c | |
parse-lex.c | |
parse-yacc.c | |
preproc.c | |
rtf.c | |
sgml.c | |
slist.c | |
type.c | |
var.c | |
warn-raw.c | |
xref.c |
To stop multiple inclusions.
malloc(), calloc(), realloc() and free() replacements
#define Malloc( s )
#define Calloc( n, s )
#define Realloc( p, s )
#define Free( p )
String manipulation functions on public heap
#define MallocString( p )