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

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c2500 int *newCounts, newSize;
2509 newCounts = (int *) ckalloc((unsigned) (newSize*sizeof(int)));
2510 memcpy((VOID *) newCounts, (VOID *) tagInfoPtr->counts,
2513 tagInfoPtr->counts = newCounts;
2475 int *newCounts, newSize; local

Completed in 22 milliseconds