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

/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkTextBTree.c2649 int *newCounts, newSize;
2658 newCounts = (int *) ckalloc((unsigned) (newSize*sizeof(int)));
2659 memcpy((VOID *) newCounts, (VOID *) tagInfoPtr->counts,
2662 tagInfoPtr->counts = newCounts;
2623 int *newCounts, newSize; local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTextBTree.c3744 int *newCounts, newSize;
3753 newCounts = (int *) ckalloc((unsigned) newSize * sizeof(int));
3754 memcpy(newCounts, tagInfoPtr->counts,
3757 tagInfoPtr->counts = newCounts;
3707 int *newCounts, newSize; local

Completed in 187 milliseconds