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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp110 static PLHashTable* gBloatView; variable
435 gBloatView = PL_NewHashTable(256,
445 if (!gBloatView) {
449 if (gBloatView) {
450 entry = (BloatEntry*)PL_HashTableLookup(gBloatView, aTypeName);
454 PLHashEntry* e = PL_HashTableAdd(gBloatView, aTypeName, entry);
492 if (gBloatLog == nsnull || gBloatView == nsnull) {
522 PL_HashTableEnumerateEntries(gBloatView, BloatEntry::TotalEntries, &total);
523 total.DumpTotal(gBloatView->nentries, out);
526 PL_HashTableEnumerateEntries(gBloatView, BloatEntr
[all...]

Completed in 759 milliseconds