Revert of Adding total available size of heap in v8 isolate memory dump...
Revert of Adding total available size of heap in v8 isolate memory dump provider. (patchset #1 id:1 of https://codereview.chromium.org/1129403003/) Reason for revert: The HeapStatistics::total_available_size returned by v8 API doesn't return the correct value right now. It only returns the sum of available size of 4 spaces only. So, this should land after the API gets fixed. Original issue's description: > Adding total available size of heap in v8 isolate memory dump provider. > > The total available size is now returned by GetHeapStatistics api. > This CL uses the value in the dump provider to show the value in > other_spaces segment of the memory dump. > > BUG=481504 > > Committed: https://crrev.com/9ad94e6e06201059c08d67b9d9ab4a30a766b541 > Cr-Commit-Position: refs/heads/master@{#329303} TBR=jochen@chromium.org,picksi@chromium.org,primiano@chromium.org BUG=481504 Review URL: https://codereview.chromium.org/1134233002 Cr-Commit-Position: refs/heads/master@{#329479}
Showing
Please register or sign in to comment