Bug 692923 - Update heap-unallocated description to reflect the fact that heap-dirty doesn't have anything to do with fragmentation. r=khuey

This commit is contained in:
Justin Lebar
2011-10-10 08:47:48 -04:00
parent 63d9be28ad
commit c7841247e4

View File

@@ -391,9 +391,7 @@ NS_MEMORY_REPORTER_IMPLEMENT(HeapUnallocated,
GetHeapUnallocated,
"Memory mapped by the heap allocator that is not part of an active "
"allocation. Much of this memory may be uncommitted -- that is, it does not "
"take up space in physical memory or in the swap file. Committed and "
"unallocated memory, perhaps a result of fragmentation, is reported in "
"heap-dirty, if that measure is available.")
"take up space in physical memory or in the swap file.")
NS_MEMORY_REPORTER_IMPLEMENT(HeapAllocated,
"heap-allocated",