Search code examples
Understanding GCHandle.Alloc pinning in C#...

c#.netpointersprototypingunsafe-pointers

Read More
Mysterious error: "cgo argument has Go pointer to unpinned Go pointer"...

gocgolmdbunsafe-pointers

Read More
Why I cannot use extern functions in fixed statement?...

c#functionpointersdllunsafe-pointers

Read More
What escapes to the heap?...

gomemory-managementunsafeunsafe-pointers

Read More
How to properly translate C code to UnsafeSwift...

swiftunsafe-pointers

Read More
How to get a pointer to the underlying value of an Interface{} in Go...

gocgounsafe-pointers

Read More
How to convert an UnsafeMutablePointer to a Data object...

swiftunsafe-pointers

Read More
How to safely get two mutable pointers to same int?...

rustunsafe-pointers

Read More
What is the modern canonical way to support converting ContiguousBytes into both Array and "not...

swiftunsafe-pointers

Read More
Convert UnsafeMutablePointer to UnsafePointer...

swiftpointersswift3unsafe-pointersunsafemutablepointer

Read More
in golang, are unsafe.Pointer()s reference counted?...

gounsafe-pointers

Read More
Cast a Swift struct to UnsafeMutablePointer<Void>...

swiftcastingvoid-pointersunsafe-pointers

Read More
EXC_BAD_ACCESS when trying to pass and read UnsafeMutableRawPointer through VTDecompressionSessionDe...

iosswiftunsafe-pointersunsafemutablepointervideo-toolbox

Read More
golang get char* as return value from dll...

gounsafe-pointers

Read More
Copy slice with reflect and unsafe package...

goreflectionunsafe-pointers

Read More
How to read bytes of struct in Swift...

swiftstructunsafe-pointers

Read More
When is a fixed size array allocated on the stack?...

c#heap-memoryfixedstack-memoryunsafe-pointers

Read More
'Invalid utf-8 sequence of 1 bytes from index 1' and 'munmup_chunk(): invalid pointer&#3...

linuxrustsystem-callsglibcunsafe-pointers

Read More
Why can I pass [UInt8] type to the UnsafePointer<UInt8> type parameter?...

swiftunsafe-pointers

Read More
Data withUnsafeBytes is deprecated...

swiftbluetooth-lowenergyunsafe-pointersunsafe-unretained

Read More
Swift convert Data to UnsafeMutablePointer<Int8>...

iosobjective-cswiftunsafe-pointers

Read More
Cannot assign value of type UnsafeMutablePointer ObjCBool in Swift...

objective-cswiftpointerscastingunsafe-pointers

Read More
Why are Swift's UnsafePointer and UnsafeBufferPointer not interchangeable?...

swiftunsafe-pointers

Read More
Converting an UnsafePointer with length to a Swift Array type...

carraysswiftunsafe-pointers

Read More
Convert Data into UnsafeRawPointer and vice versa in swift...

iosswiftsqliteunsafe-pointerspencilkit

Read More
Unsafe slicing a 2D array with ReadOnlySpan<T>...

c#.net-coregarbage-collectionunsafe-pointers

Read More
Swift array address is not same as &array[0]...

swiftunsafe-pointers

Read More
How to create instance of Swift type UnsafePointer<UnsafePointer<Int8>?>! to pass to C f...

cswiftunsafe-pointers

Read More
How to convert Data to UnsafePointer<UInt8>?...

swiftunsafe-pointers

Read More
Calling C function with array pointer and int pointer from Swift...

arrayscswiftunsafe-pointers

Read More
BackNext