Search code examples
Directly assign UnsafePointer...


swiftunsafe-pointers

Read More
Automatically handling disposing of unsafe allocated memory in Swift...


swiftmemory-managementunsafe-pointers

Read More
Unable to understand how withUnsafeBytes method works...


swiftunsafe-pointers

Read More
Getting pointer for first entry in an array...


c#unsafe-pointers

Read More
Swift String to bytes in a buffer...


swiftunsafe-pointers

Read More
'init is unavailable: use 'withMemoryRebound(to:capacity:_)' to temporarily view memory ...


swiftswift3unsafe-pointers

Read More
Cannot convert value of type 'SecCertificate' to expected argument type 'UnsafeMutablePo...


iosswiftxcodensurlsessionunsafe-pointers

Read More
Why does using `cblas_ccopy` cause intermittent memory errors?...


swiftaccelerate-frameworkunsafe-pointerscblas

Read More
Cannot convert value of type 'UnsafePointer<MIDINotification>' to expected argument ty...


swiftcoremidiunsafe-pointers

Read More
Swift 4.1 deinitialize and deallocate(capacity:) deprecated...


swiftunsafe-pointersswift4.1

Read More
How to get bytes out of an UnsafeMutableRawPointer?...


swiftunsafe-pointers

Read More
c pointer decrement safe/unsafe?...


cpointersunsafe-pointers

Read More
What is the correct way to reinterpret an entity in Swift?...


swiftswift3unsafe-pointers

Read More
Writing to value at UnsafePointer<DSPSplitComplex>...


swiftunsafe-pointersunsafemutablepointer

Read More
Convert NSUUID to UnsafePointer<UInt8>...


swift3uuidunsafe-pointersnsuuid

Read More
Why doesn't vDSP_maxv find the max value in the vector?...


swiftunsafe-pointersvdspunsafemutablepointeraccelerate

Read More
How do I handle CFSocketCallBackType.dataCallback in Swift?...


swiftsocketsunsafe-pointerscfsocket

Read More
UnsafePointer<Int8> not working...


swiftunsafe-pointers

Read More
Accessing "this" pointer/reference using an indexer in C#...


c#thisunsafeindexerunsafe-pointers

Read More
Implicit conversion from UnsafeBufferPointer to UnsafeRawBufferPointer...


swiftunsafe-pointers

Read More
Possible Bug in Swift 3 with Implicit Bridging of multidimensional arrays?...


swiftpointersunsafe-pointersbridging

Read More
How can I get a page-aligned address from an UnsafeMutableRawPointer?...


cswiftunsafe-pointers

Read More
A swiftier way to convert String to UnsafePointer<xmlChar> in Swift 3 (libxml2)...


swiftswift3libxml2unsafe-pointers

Read More
swift Cannot convert value of type 'in_addr_t' (aka 'UInt32') to expected argument t...


swiftunsafe-pointers

Read More
How do I write to a DIBits structure in Go?...


gounsafe-pointers

Read More
how to pass a swift Array as UnsafePointer<T> argument in a function...


arraysswiftunsafe-pointers

Read More
C const void * param from Swift: Data?.withUnsafeBytes and UnsafeRawPointer...


cswiftunsafe-pointers

Read More
Assigning UnsafeMutablePointer value to UnsafePointer without unsafeBitCast...


swiftpointersswift3castingunsafe-pointers

Read More
Can the `UnsafePointer` mechanism reveal an array of vectors in a Data buffer for use in SceneKit?...


swiftscenekitunsafe-pointers

Read More
String.withCString when the String is nil...


cswiftinteropunsafe-pointers

Read More
BackNext