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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp124 static FILE *gBloatLog = nsnull; variable
492 if (gBloatLog == nsnull || gBloatView == nsnull) {
496 out = gBloatLog;
700 defined = InitLog("XPCOM_MEM_BLOAT_LOG", "bloat/leaks", &gBloatLog);
702 gLogLeaksOnly = InitLog("XPCOM_MEM_LEAK_LOG", "leaks", &gBloatLog);
707 gBloatLog = nsnull;
842 if (gBloatLog || gRefcntsLog || gAllocLog || gLeakyLog || gCOMPtrLog) {
1109 if (gBloatLog) {
1166 if (gBloatLog) {
1230 if (gBloatLog) {
[all...]

Completed in 47 milliseconds