]> Cypherpunks repositories - gostls13.git/commit
runtime: improve out-of-memory message when VirtualAlloc fails
authorAustin Clements <austin@google.com>
Tue, 18 Jul 2017 15:14:28 +0000 (11:14 -0400)
committerAustin Clements <austin@google.com>
Fri, 21 Jul 2017 01:00:33 +0000 (01:00 +0000)
commitfa3c5173a5ab4d011cf77ab9775e677d2a9682ea
treee9e690087a3d4a5e8fb0a7e0c3590dd7a49fb9b5
parent2abd8aebc3cae9c5f4e31d6ab963a2ec77f27c7c
runtime: improve out-of-memory message when VirtualAlloc fails

Fixes #19514.

Change-Id: I93600d5c3d11ecab5a47dd4cd55ed3aea05e221e
Reviewed-on: https://go-review.googlesource.com/49611
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/mem_windows.go