github.com/hamba/avro@v1.8.0/noescape.go (about) 1 package avro 2 3 import ( 4 "unsafe" 5 ) 6 7 //go:linkname noescape runtime.noescape 8 //go:noescape 9 func noescape(p unsafe.Pointer) unsafe.Pointer