Documentation
¶
Index ¶
- func CallReleaseProcData(ptr unsafe.Pointer, fn interface{}) (interface{}, bool)
- func Cstring(s string) (unsafe.Pointer, func())
- func GoBytes(ptr unsafe.Pointer, length int) []byte
- func PopReleaseProcData(ptr unsafe.Pointer)
- func PushReleaseProcData(v interface{}) unsafe.Pointer
- func SliceDataPtr(v interface{}) unsafe.Pointer
- func StringDataPtr(v string) unsafe.Pointer
- type CommonProcData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallReleaseProcData ¶
func PopReleaseProcData ¶
func PushReleaseProcData ¶
func SliceDataPtr ¶
func StringDataPtr ¶
Types ¶
type CommonProcData ¶
type CommonProcData struct { Proc interface{} Context interface{} }
Click to show internal directories.
Click to hide internal directories.