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 |
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 )