Allow ReserveRegion of ArrayBufferContents only reserve on windows
Modify ArrayBufferContents::ReserveRegion() to only reserve memory on both posix and windows. Previous code would only reserve on posix, and would do both reserve and commit on windows. Bug: v8:6743 Change-Id: If61e3ecc5edb7082ca13845121bba4c602e537c7 Reviewed-on: https://chromium-review.googlesource.com/682759Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Karl Schimpf <kschimpf@chromium.org> Cr-Commit-Position: refs/heads/master@{#504423}
Showing
Please register or sign in to comment