DescriptionPropagate attributes from global to process memory allocator dumps
This patch modifies the Memory infrastructure to copy attributes from
MemoryAllocatorDump(s) in the global space to their owner
MemoryAllocatorDump(s) in individual processes.
Rationale: Chrome's browser process is able to get the resident memory
of each segment of discardable memory from the system. The renderer
processes cannot do this (even though they actually use the segments)
because of the sandbox. By propagating attributes from the global memory
allocator dumps (created by the browser) to the process memory allocator
dumps (created by the renderers), we make this information available
in the memory allocator dumps from the renderer.
BUG=#1461
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/2aefd8d3797189dc00b97d254f21e3b74a481b1c
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|