Bug 1908235 - Annotate gLog{AddRef,Release}Func to suppress thousands of false positive hazards r=bthrall
Differential Revision: https://phabricator.services.mozilla.com/D216743
This commit is contained in:
@@ -12,7 +12,9 @@ var ignoreIndirectCalls = {
|
||||
"aMallocSizeOf" : true,
|
||||
"__conv" : true,
|
||||
"__convf" : true,
|
||||
"callback_newtable" : true,
|
||||
"callback_newtable": true,
|
||||
"gLogAddRefFunc": true,
|
||||
"gLogReleaseFunc": true,
|
||||
};
|
||||
|
||||
// Types that when constructed with no arguments, are "safe" values (they do
|
||||
|
||||
Reference in New Issue
Block a user