Bug 757924 - Register the heap-committed-unused memory reporter. r=khuey

--HG--
extra : rebase_source : dc4eddd09b2d074e830ec153af4a5ff4bb8b7a3a
This commit is contained in:
Justin Lebar 2012-05-24 11:10:58 -04:00
parent 2af89f7c9a
commit 0fa3af9dae

View File

@ -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)