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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmem.c70 PRUint32 misses; /* had to call malloc */ member in struct:MemoryZoneStr
220 if (zone.elements || zone.misses || zone.hits) {
224 zone.hits, zone.misses, zone.contention);
283 mz->misses++;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h231 PRUint32 misses; /* searches that didn't find key */ member in struct:PLDHashTable::PLDHashStats
H A Dpldhash.c399 METER(table->stats.misses++);
431 METER(table->stats.misses++);
789 fprintf(fp, " number of misses: %u\n", table->stats.misses);

Completed in 47 milliseconds