]> Cypherpunks repositories - gostls13.git/commit
runtime: check for sysAlloc failures in pageAlloc
authorIan Lance Taylor <iant@golang.org>
Tue, 30 Mar 2021 19:21:20 +0000 (12:21 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 31 Mar 2021 03:52:40 +0000 (03:52 +0000)
commit0e8a72b62efa44fa01eccb94d47a051366cb6d17
treeb89f11fd82e270383b878e3640e18157c91f3f94
parentc93cd8614965c6c114671fabf82b69fbd952f52f
runtime: check for sysAlloc failures in pageAlloc

Change-Id: I78c5744bb01988f1f599569703d83fd21542ac7a
Reviewed-on: https://go-review.googlesource.com/c/go/+/305911
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/mpagealloc.go