]> Cypherpunks repositories - gostls13.git/commit
runtime: implement SysUnused on windows
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 14 Aug 2013 17:54:07 +0000 (21:54 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 14 Aug 2013 17:54:07 +0000 (21:54 +0400)
commit4e76abbc6042ba7f415c5932674d0608528c9c42
treec05fdc892633dd26ebb0edb202d5ebd7ff6f024f
parentf8ca13c3e5a85d6f9dbce499aca8006c104376ee
runtime: implement SysUnused on windows
Fixes #5584.

R=golang-dev, chaishushan, alex.brainman
CC=golang-dev
https://golang.org/cl/12720043
src/pkg/runtime/malloc.h
src/pkg/runtime/mem_darwin.c
src/pkg/runtime/mem_freebsd.c
src/pkg/runtime/mem_linux.c
src/pkg/runtime/mem_netbsd.c
src/pkg/runtime/mem_openbsd.c
src/pkg/runtime/mem_plan9.c
src/pkg/runtime/mem_windows.c
src/pkg/runtime/mheap.c