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

/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclNamesp.c2281 int trailSize = NUM_TRAIL_ELEMS;
2358 if (trailFront == trailSize) {
2359 size_t currBytes = trailSize * sizeof(Namespace *);
2360 int newSize = 2*trailSize;
2370 trailSize = newSize;
2260 int trailSize = NUM_TRAIL_ELEMS; local
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclNamesp.c2580 int trailSize = 5; /* Formerly NUM_TRAIL_ELEMS. */
2582 TclStackAlloc(interp, trailSize * sizeof(Namespace *));
2659 if (trailFront == trailSize) {
2660 int newSize = 2 * trailSize;
2663 trailSize = newSize;
2554 int trailSize = 5; /* Formerly NUM_TRAIL_ELEMS. */ local

Completed in 126 milliseconds