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

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsTraceRefcnt.h51 // nsTraceRefcnt.h for more information).
64 nsTraceRefcnt::LogAddRef((_p), (_rc), (_type), (PRUint32) (_size))
67 nsTraceRefcnt::LogRelease((_p), (_rc), (_type))
73 nsTraceRefcnt::LogCtor((void*)this, #_type, sizeof(*this)); \
78 nsTraceRefcnt::LogDtor((void*)this, #_type, sizeof(*this)); \
89 nsTraceRefcnt::LogAddCOMPtr((_c),NS_STATIC_CAST(nsISupports*,_p))
93 nsTraceRefcnt::LogReleaseCOMPtr((_c), NS_STATIC_CAST(nsISupports*,_p))
113 class nsTraceRefcnt { class

Completed in 41 milliseconds