tclAlloc.c File Reference

#include "tclInt.h"

Go to the source code of this file.

Functions

char * TclpAlloc (unsigned int numBytes)
void TclpFree (char *oldPtr)
char * TclpRealloc (char *oldPtr, unsigned int numBytes)


Function Documentation

char* TclpAlloc ( unsigned int  numBytes  ) 

Definition at line 703 of file tclAlloc.c.

Referenced by Tcl_Alloc(), Tcl_AttemptAlloc(), Tcl_AttemptDbCkalloc(), and Tcl_DbCkalloc().

void TclpFree ( char *  oldPtr  ) 

Definition at line 726 of file tclAlloc.c.

Referenced by Tcl_DbCkfree(), Tcl_Free(), and TclFinalizeMemorySubsystem().

char* TclpRealloc ( char *  oldPtr,
unsigned int  numBytes 
)



Generated on Wed Mar 12 12:18:28 2008 by  doxygen 1.5.1