mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 757924 - Register the heap-committed-unused memory reporter. r=khuey
--HG-- extra : rebase_source : dc4eddd09b2d074e830ec153af4a5ff4bb8b7a3a
This commit is contained in:
parent
2af89f7c9a
commit
0fa3af9dae
@ -572,6 +572,7 @@ nsMemoryReporterManager::Init()
|
||||
|
||||
#if defined(HAVE_JEMALLOC_STATS)
|
||||
REGISTER(HeapCommitted);
|
||||
REGISTER(HeapCommittedUnused);
|
||||
REGISTER(HeapCommittedUnusedRatio);
|
||||
REGISTER(HeapDirty);
|
||||
#elif defined(HAVE_HEAP_ZONE0_REPORTERS)
|
||||
|
Loading…
Reference in New Issue
Block a user