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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h205 * chaining, entry addresses are stable across table shrinks and grows. With
242 PRUint32 shrinks; /* table contractions */ member in struct:PLDHashTable::PLDHashStats
268 * When a table grows or shrinks, each entry is queried for its key using this
H A Dpldhash.c608 METER(table->stats.shrinks++);
807 fprintf(fp, " number of shrinks: %u\n", table->stats.shrinks);
809 fprintf(fp, "number of enumerate shrinks: %u\n", table->stats.enumShrinks);

Completed in 47 milliseconds