content: Add DeletedDiscardableSharedMemory IPC.
This provides a mechanism for child processes to notify the browser process that a discardable memory segment has been deleted. This reduces the chance of the browser unnecessarily purging a memory segment that is still useful and it makes total discardable memory usage stats in the browser process better match current usage by all child processes. BUG= TEST=content_unittests --gtest_filter=DiscardableSharedMemoryHeapTest.DeletedCallback, content_browsertests --gtest_filter=ChildDiscardableSharedMemoryManagerBrowserTest.ReleaseFreeMemory Review URL: https://codereview.chromium.org/1009203004 Cr-Commit-Position: refs/heads/master@{#320848}
Showing
This diff is collapsed.
Please register or sign in to comment