Search code examples
Conditionally capture variables in closure to implement custom control...

rustunsafe

Read More
Does the nesting of an 'unsafe' scope affects performance?...

c#unsafe

Read More
Can I safely cast Box<dyn Any + Send> to Box<dyn Any>?...

rustunsafe

Read More
Slicing XML strings in a safe, Rust way...

xmlunicoderustunsafe

Read More
Strange memory layout with Option<unsafe fn ...> within a struct...

cstructrustjava-native-interfaceunsafe

Read More
Understanding UnsafeRawPointer in objc_setAssociatedObject...

objective-cswiftunsafeunsafe-pointersassociated-object

Read More
Is it within best practices to access fields by their memory address?...

c#unsafe

Read More
Get bytes from float array without allocations (i.e. via cast)...

c#unsafe

Read More
How to convert string[] to char**?...

c#pointersunsafe

Read More
Keyword "unsafe" - before method or block of code?...

c#unsafe

Read More
Why does using FieldOffset(0) in C# end up with different pointers for char array and string?...

c#.netclrunsafe

Read More
Apply DomSanitizationService in Angular 6...

angulartypescriptcaptchaunsafesanitize

Read More
Is it necessary to use `stackalloc` only in the same line you define the pointer to it?...

c#pointersunsafestackalloc

Read More
Is is safe to create a Rust String using a malloced string?...

stringrustunsafe

Read More
Convert fixed size buffer (byte array) to string...

c#arraysstringunsafe

Read More
NFData instance for the Coyoneda type...

performancehaskellunsafeparametric-polymorphism

Read More
Do aliasing mutable raw pointers (*mut T) cause undefined behaviour?...

rustundefined-behaviorunsafe

Read More
Rust creating String with pointer offset...

stringpointersrustunsaferaw-pointer

Read More
How to safely get an immutable byte slice from a `&mut [u32]`?...

rustunsafe

Read More
Unsafe C#: How do I copy data from IntPtr to byte*?...

c#.netunsafe

Read More
LayoutKind.Sequential not followed when substruct has LayoutKind.Explicit...

c#.netunsafestructlayoutlayoutkind.explicit

Read More
Temporarily transmute [u8] to [u16]...

arrayscastingrustunsafe

Read More
Getting pointer by &str...

pointersrustunsafe

Read More
Processing vec in parallel: how to do safely, or without using unstable features?...

parallel-processingrustunsafe

Read More
Alternative to taking the address of a standard library function / possibly ill-formed behaviour...

c++stdfunction-pointersunsafe

Read More
Where is sun.misc.Unsafe documented?...

unsafejava

Read More
Getting error when using nuget pack for a solution with some unsafe code...

c#nugetunsafepack

Read More
Does casting pointers in Rust have the same behavior as reinterpret_cast in C++?...

pointersstructrustunsafe

Read More
When is it safe to extend the lifetime of references into Arenas?...

rustlifetimeunsafe

Read More
Unexpected pixels changing in opengl texture before being drawn to screen...

openglrustffiunsaferaw-pointer

Read More
BackNext