ArrayBufferContents::ReserveMemory should not commit memory on Windows |
|
Issue descriptionThis function is typically used to reserve large amounts of address space, so it is critical that it not be committed until it's needed. At the moment, this function is only used on Linux, but we will need to fix this when we start using it on Windows as well. |
|
►
Sign in to add a comment |
|
Comment 1 by benhenry@google.com
, Jan 10