Searched refs:TclpAlloc (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclAlloc.c197 * aggressively freeing all memory allocated by TclpAlloc() that has not
200 * After this function is called, all memory allocated with TclpAlloc()
251 * TclpAlloc --
265 TclpAlloc(
539 return TclpAlloc(numBytes);
614 newPtr = TclpAlloc(numBytes);
699 * TclpAlloc --
713 TclpAlloc(
262 TclpAlloc( function
705 TclpAlloc( function
H A DtclCkalloc.c391 /* Don't let size argument to TclpAlloc overflow */
393 result = (struct mem_header *) TclpAlloc((unsigned)size +
486 /* Don't let size argument to TclpAlloc overflow */
488 result = (struct mem_header *) TclpAlloc((unsigned)size +
924 curTagPtr = (MemTag *) TclpAlloc(TAG_SIZE(strlen(argv[2])));
1049 * Interface to TclpAlloc when TCL_MEM_DEBUG is disabled. It does check
1061 result = TclpAlloc(size);
1087 result = (char *) TclpAlloc(size);
1102 * Interface to TclpAlloc when TCL_MEM_DEBUG is disabled. It does not
1114 result = TclpAlloc(siz
[all...]
H A DtclThreadAlloc.c277 * TclpAlloc --
291 TclpAlloc(
441 return TclpAlloc(reqSize);
497 newPtr = TclpAlloc(reqSize);
288 TclpAlloc( function
H A DtclIntDecls.h326 EXTERN char * TclpAlloc(unsigned int size);
1490 #ifndef TclpAlloc
1491 #define TclpAlloc \ macro
H A DtclStubInit.c146 TclpAlloc, /* 69 */
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCkalloc.c384 /* Don't let size argument to TclpAlloc overflow */
386 result = (struct mem_header *) TclpAlloc((unsigned)size +
472 /* Don't let size argument to TclpAlloc overflow */
474 result = (struct mem_header *) TclpAlloc((unsigned)size +
884 curTagPtr = (MemTag *) TclpAlloc(TAG_SIZE(strlen(argv[2])));
1011 * Interface to TclpAlloc when TCL_MEM_DEBUG is disabled. It does check
1023 result = TclpAlloc(size);
1047 result = (char *) TclpAlloc(size);
1061 * Interface to TclpAlloc when TCL_MEM_DEBUG is disabled. It does not
1073 result = TclpAlloc(siz
[all...]
H A DtclAlloc.c203 * aggressively freeing all memory allocated by TclpAlloc() that
207 * TclpAlloc() should be considered unusable.
258 * TclpAlloc --
272 TclpAlloc(nbytes)
530 return (TclpAlloc(nbytes));
602 newp = TclpAlloc(nbytes);
680 * TclpAlloc --
694 TclpAlloc(nbytes)
269 TclpAlloc(nbytes) function
686 TclpAlloc(nbytes) function
H A DtclThreadAlloc.c296 * TclpAlloc --
310 TclpAlloc(unsigned int reqsize)
456 return TclpAlloc(reqsize);
513 new = TclpAlloc(reqsize);
307 TclpAlloc(unsigned int reqsize) function
H A DtclIntDecls.h230 EXTERN char * TclpAlloc _ANSI_ARGS_((unsigned int size));
1018 #ifndef TclpAlloc
1019 #define TclpAlloc \ macro
H A DtclStubInit.c158 TclpAlloc, /* 69 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c115 TclpAlloc, /* 69 */
H A DtclStubInit.c.orig115 TclpAlloc, /* 69 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c494 TclpAlloc, /* 69 */
H A DtclStubInit.c.orig491 TclpAlloc, /* 69 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c513 TclpAlloc, /* 69 */
H A DtclStubInit.c.orig513 TclpAlloc, /* 69 */

Completed in 200 milliseconds