зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1348155 - Annotate allocation API, r=jonco
--HG-- extra : rebase_source : 8968be9fb56115c24aa460ed42ace262cce572a7
This commit is contained in:
Родитель
9762f33552
Коммит
d7a064779d
|
@ -10,10 +10,6 @@ var GCSuppressionTypes = [];
|
|||
var ignoreIndirectCalls = {
|
||||
"mallocSizeOf" : true,
|
||||
"aMallocSizeOf" : true,
|
||||
"_malloc_message" : true,
|
||||
"je_malloc_message" : true,
|
||||
"chunk_dalloc" : true,
|
||||
"chunk_alloc" : true,
|
||||
"__conv" : true,
|
||||
"__convf" : true,
|
||||
"prerrortable.c:callback_newtable" : true,
|
||||
|
@ -175,6 +171,12 @@ var ignoreFunctions = {
|
|||
// Bug 1056410 - devirtualization prevents the standard nsISupports::Release heuristic from working
|
||||
"uint32 nsXPConnect::Release()" : true,
|
||||
|
||||
// Allocation API
|
||||
"malloc": true,
|
||||
"calloc": true,
|
||||
"realloc": true,
|
||||
"free": true,
|
||||
|
||||
// FIXME!
|
||||
"NS_LogInit": true,
|
||||
"NS_LogTerm": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче