Documentation
¶
Overview ¶
Package c wraps CGO calls so that gopls doesn't complain too much.
Index ¶
- func C_Calloc(nmemb, size uintptr) unsafe.Pointer
- func C_Free(ptr unsafe.Pointer)
- func C_Malloc(size uintptr) unsafe.Pointer
- func C_Realloc(ptr unsafe.Pointer, size uintptr) unsafe.Pointer
- func IsFree[T any](*T) bool
- func Memcpy(dst, src unsafe.Pointer, n uintptr) unsafe.Pointer
- func TrackFree(ptr unsafe.Pointer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.