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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp137 struct nsTraceRefcntStats { struct
248 static void Clear(nsTraceRefcntStats* stats) {
347 static PRBool HaveLeaks(nsTraceRefcntStats* stats) {
362 nsTraceRefcntStats* stats = (type == nsTraceRefcntImpl::NEW_STATS) ? &mNewStats : &mAllStats;
409 nsTraceRefcntStats mNewStats;
410 nsTraceRefcntStats mAllStats;

Completed in 48 milliseconds