]> Cypherpunks repositories - gostls13.git/commit
runtime: API
authorRuss Cox <rsc@golang.org>
Sun, 19 Feb 2012 05:11:44 +0000 (00:11 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 19 Feb 2012 05:11:44 +0000 (00:11 -0500)
commit03f2289f7e3b419df36cdf97f4c49911c56b7b66
tree9e7f82fc61553641135f070c2b2d09012d2a4db2
parent83976e3ac8a4b6da1782ca850ba9806b63b65c38
runtime: API

Delete Alloc, Free, Lookup, Semacquire, Semrelease

Fixes #2955.

R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/5675093
16 files changed:
src/pkg/runtime/debug.go
src/pkg/runtime/extern.go
src/pkg/runtime/malloc.goc
src/pkg/runtime/malloc1.go [moved from test/malloc1.go with 96% similarity]
src/pkg/runtime/mallocrand.go [moved from test/mallocrand.go with 99% similarity]
src/pkg/runtime/mallocrep.go [moved from test/mallocrep.go with 98% similarity]
src/pkg/runtime/mallocrep1.go [moved from test/mallocrep1.go with 99% similarity]
src/pkg/runtime/sema.goc
src/pkg/sync/cond.go
src/pkg/sync/export_test.go [new file with mode: 0644]
src/pkg/sync/mutex.go
src/pkg/sync/mutex_test.go
src/pkg/sync/runtime.go [new file with mode: 0644]
src/pkg/sync/runtime_sema_test.go [moved from src/pkg/runtime/sema_test.go with 89% similarity]
src/pkg/sync/rwmutex.go
src/pkg/sync/waitgroup.go