]> Cypherpunks repositories - gostls13.git/commit
runtime: add freemcache() function
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 1 Jul 2012 09:10:01 +0000 (13:10 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 1 Jul 2012 09:10:01 +0000 (13:10 +0400)
commited516df4e43c5e3467bd6a39ffc9277157574788
tree01cd034c47752cc2144a0f26c59a017eab986b54
parent35030a996672b3678397f69c1168c4c125393ab2
runtime: add freemcache() function
It will be required for scheduler that maintains
GOMAXPROCS MCache's.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6350062
src/pkg/runtime/malloc.goc
src/pkg/runtime/malloc.h
src/pkg/runtime/mgc0.c
src/pkg/runtime/mheap.c
src/pkg/runtime/runtime.h