Searched refs:Tcl_AttemptDbCkrealloc (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCkalloc.c700 Tcl_AttemptDbCkrealloc(
791 return Tcl_AttemptDbCkrealloc(ptr, size, "unknown", 0);
1199 Tcl_AttemptDbCkrealloc(
690 Tcl_AttemptDbCkrealloc( function
1181 Tcl_AttemptDbCkrealloc( function
H A DtclStubInit.c942 Tcl_AttemptDbCkrealloc, /* 431 */
H A Dtcl.h2267 # define attemptckrealloc(x,y) Tcl_AttemptDbCkrealloc((x), (y), __FILE__, __LINE__)
H A DtclDecls.h2546 EXTERN char * Tcl_AttemptDbCkrealloc(char *ptr, unsigned int size,
5786 #ifndef Tcl_AttemptDbCkrealloc
5787 #define Tcl_AttemptDbCkrealloc \ macro
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCkalloc.c679 Tcl_AttemptDbCkrealloc(ptr, size, file, line)
771 return Tcl_AttemptDbCkrealloc(ptr, size, "unknown", 0);
1157 Tcl_AttemptDbCkrealloc(ptr, size, file, line)
670 Tcl_AttemptDbCkrealloc(ptr, size, file, line) function
1140 Tcl_AttemptDbCkrealloc(ptr, size, file, line) function
H A DtclStubInit.c893 Tcl_AttemptDbCkrealloc, /* 431 */
H A Dtcl.h1521 # define attemptckrealloc(x,y) Tcl_AttemptDbCkrealloc((x), (y), __FILE__, __LINE__)
H A DtclDecls.h1371 EXTERN char * Tcl_AttemptDbCkrealloc _ANSI_ARGS_((char * ptr,
4050 #ifndef Tcl_AttemptDbCkrealloc
4051 #define Tcl_AttemptDbCkrealloc \ macro

Completed in 223 milliseconds