Winlin 1f9309ae25 SmartPtr: Support load test for source by srs-bench. v6.0.130 (#4097) | 5 months ago | |
---|---|---|
.. | ||
LICENSE | 5 months ago | |
README.md | 5 months ago | |
doc.go | 5 months ago | |
pointer.go | 5 months ago |
Utility for cgo
https://github.com/golang/proposal/blob/master/design/12416-cgo-pointers.md
In go 1.6, cgo argument can't be passed Go pointer.
var s string
C.pass_pointer(pointer.Save(&s))
v := *(pointer.Restore(C.get_from_pointer()).(*string))
go get github.com/mattn/go-pointer
MIT
Yasuhiro Matsumoto (a.k.a mattn)