ARoutine Analyzer Source File Analysis - objalloc.h7

objalloc.h Source Code

LGo to: Contents; Previous section; Beginning of section; Next file in section; Previous file in section.

Q

Routines In This File (Alphabetical)


   None.

BEGINNING OF FILE


V     1: /****************************************************************************/     2: /*									    */8     3: /*  FACILITY:	Generic Support Library					    */     4: /*									    */=     5: /*  MODULE:	Object Memory Management Header				    */     6: /*									    */O     7: /*  AUTHOR:	Steve Branam, Network Product Support Group, Digital	    */>     8: /*		Equipment Corporation, Littleton, MA, USA.		    */     9: /*									    */V    10: /*  DESCRIPTION: This header file contains forward declarations for the	    */7    11: /*  Object Memory Management module.					    */    12: /*									    */*    13: /*  REVISION HISTORY:							    */    14: /*									    */7    15: /*  V0.1-00 24-AUG-1994 Steve Branam					    */    16: /*									    */(    17: /*	Original version.						    */    18: /*									    */V    19: /****************************************************************************/    20: >    21: #ifndef __OBJALLOC_H				/* If not already included. */    22: #define __OBJALLOC_H=    23: #include "globdb.h"				/* Program-specific global  */"    24: 						/* database.		    */    25:     26: /*									    */,    27: /* Forward declarations.						    */    28: /*									    */    29:     30: char *obj_alloc();    31: char *obj_free();    32: char *new_str();    33: char *free_str();    34: void trace_new_obj();    35: void trace_free_obj();    36: 2    37: #endif						/* If not already included. */
END OF FILETOTAL: 0 routines, 0 Avg Length

LGo to: Contents; Previous section; Beginning of section; Next file in section; Previous file in section.