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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user