File memory.h

RCS Header: /home/amb/cxref/RCS/memory.h 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


Preprocessor definitions

To stop multiple inclusions.

#define MEMORY_H

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 )