List Question
20 TechQA 2024-03-10T11:48:38.283000Using imported C functions in Swift
50 views
Asked by joan
Mysterious error: "cgo argument has Go pointer to unpinned Go pointer"
488 views
Asked by fiatjaf
How to prevent panic in Go while stack expands and encounters invalid address in unsafe.Pointer?
103 views
Asked by Đorđe Milanović
Why I cannot use extern functions in fixed statement?
86 views
Asked by a11ex
What escapes to the heap?
120 views
Asked by kerelape
Is this use of unsafe.Pointer OK?
102 views
Asked by nigel239
Cgo: Write memory in C allocated by Go
212 views
Asked by Wilson Luniz
Passing pointer argument to unsafe.Pointer: found bad pointer in Go heap
779 views
Asked by Arjun Sunil Kumar
How to properly translate C code to UnsafeSwift
75 views
Asked by RL2000
How to get C char * string value in swift?
58 views
Asked by Vikas Verma
How do i pass uintptr to unsafe.Pointer() satisfying govet
545 views
Asked by user19323515
Casting []uint32 to []byte without copying in golang
407 views
Asked by Kirill Tseytin
Printing the real value of an UnsafeMutablePointer<Int>?
124 views
Asked by Karim
C# working with generic array using unsafe
185 views
Asked by Nullator
How to convert an UnsafeMutablePointer to a Data object
811 views
Asked by Berry Blue
"Cgo argument has Go pointer to Go pointer" with sdl.PushEvent and non-empty struct
105 views
Asked by iBug
deleting pointer in c#
157 views
Asked by HungryCroco
How to safely get two mutable pointers to same int?
223 views
Asked by ridiculous_fish
Is Microsoft the only one that can write trusted unsafe code?
150 views
Asked by Jonathan Wood