]> Cypherpunks repositories - gostls13.git/commit
runtime: delete cgo_allocate
authorRuss Cox <rsc@golang.org>
Wed, 15 Apr 2015 19:00:42 +0000 (15:00 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 17 Apr 2015 01:30:47 +0000 (01:30 +0000)
commit6a2b0c0b6d527d45860ec6c0d860b6aebfedea2e
treeb8156632f788ae13f5b7591a61092a59cdc7ea55
parent89b7c66d0d14462fd7893be4290bdfe5f9063ae1
runtime: delete cgo_allocate

This memory is untyped and can't be used anymore.
The next version of SWIG won't need it.

Change-Id: I592b287c5f5186975ee09a9b28d8efe3b57134e7
Reviewed-on: https://go-review.googlesource.com/8956
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/test/callback.go
misc/cgo/test/callback_c_gc.c
misc/cgo/test/callback_c_gccgo.c
misc/cgo/test/cgo_test.go
src/runtime/cgo/callbacks.go
src/runtime/cgocall.go
src/runtime/cgocallback.go
src/runtime/mgc.go
src/runtime/runtime2.go