Searched refs:newObjsPtr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclThreadAlloc.c554 Tcl_Obj *newObjsPtr;
557 newObjsPtr = malloc(sizeof(Tcl_Obj) * numMove);
558 if (newObjsPtr == NULL) {
562 objPtr = &newObjsPtr[numMove];
548 Tcl_Obj *newObjsPtr; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclThreadAlloc.c549 Tcl_Obj *newObjsPtr;
572 newObjsPtr = malloc(sizeof(Tcl_Obj) * nmove);
573 if (newObjsPtr == NULL) {
577 objPtr = &newObjsPtr[nmove];
543 Tcl_Obj *newObjsPtr; local

Completed in 106 milliseconds