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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp125 static FILE *gRefcntsLog = nsnull; variable
712 (void)InitLog("XPCOM_MEM_REFCNT_LOG", "refcounts", &gRefcntsLog);
803 else if (! (gRefcntsLog || gAllocLog || gCOMPtrLog)) {
842 if (gBloatLog || gRefcntsLog || gAllocLog || gLeakyLog || gCOMPtrLog) {
1015 if (gAllocLog || gRefcntsLog) {
1136 if (gRefcntsLog && loggingThisType && loggingThisObject) {
1142 fprintf(gRefcntsLog,
1144 WalkTheStack(gRefcntsLog);
1145 fflush(gRefcntsLog);
1184 if (gRefcntsLog
[all...]

Completed in 46 milliseconds