Chromium Code Reviews
DescriptionAdd a UseCounter that measures the amount of memory used in PartitionAlloc
This CL adds a UseCounter that is counted up when the memory usage of
PartitionAlloc exceeds X MB, where X is 1, 2, 3, 4, ..., 4096.
The UseCounter is counted up only once for each slot size for each renderer process.
The UseCounter for X MB impiles the number of renderer proceses which will hit OOM
under the assumption that all the devices in the world have X MB of memory.
See https://groups.google.com/a/chromium.org/d/topic/blink-dev/_MOh3lZ8zxo/discussion for more background.
BUG=471650
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193240
Patch Set 1 #
Total comments: 13
Patch Set 2 : #Patch Set 3 : #
Total comments: 6
Patch Set 4 : #Patch Set 5 : #
Total comments: 5
Patch Set 6 : #Patch Set 7 : #Patch Set 8 : #
Total comments: 4
Patch Set 9 : #
Messages
Total messages: 17 (3 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||