]> Cypherpunks repositories - gostls13.git/commit
runtime: use persistentalloc instead of SysAlloc in netpoll
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 9 Jun 2013 17:39:47 +0000 (21:39 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 9 Jun 2013 17:39:47 +0000 (21:39 +0400)
commit5290e551641842151e3c86d65f42a97af2d95f9d
tree697a5634a7d68c4a3cf9f8a6366ad793a370472e
parent8cf7044983077a5d739d54c8deeb952a4b6b152c
runtime: use persistentalloc instead of SysAlloc in netpoll
Especially important for Windows because it reserves VM
only in multiple of 64k.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/10138043
src/pkg/runtime/netpoll.goc