Searched defs:GrowInPlace (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArray.cpp62 static int GrowInPlace[MAXSUPPORTS]; variable
101 printf("\tNumber of GrowsInPlace this size (total): %d\n",GrowInPlace[i]);
184 ADD_TO_STATS(GrowInPlace,mCount);
570 ADD_TO_STATS(GrowInPlace,oldArraySize);
609 ADD_TO_STATS(GrowInPlace,oldArraySize);
H A DnsVoidArray.cpp84 static int GrowInPlace[MAXVOID]; // arrays this size that grew in-place via realloc variable
124 printf("\tNumber of GrowsInPlace this size (total): %d\n",GrowInPlace[i]);
193 ADD_TO_STATS(GrowInPlace,oldsize);

Completed in 48 milliseconds