Search code examples
RESTful framework class field is safe or unsafe...


javamultithreadingresthashmapunsafe

Read More
Difference between Marshal.SizeOf and sizeof, I just don't get it...


c#unmanagedunsafe

Read More
How to reinterpret a `ref T*` as a `ref nint`?...


c#unsafe

Read More
Is Mutex/Lock required if runing on a single core CPU...


rustrust-tokiounsafe

Read More
Why is my code causing "unchecked or unsafe operations" warning being flagged by compiler?...


javajavacunsafeunchecked

Read More
How to drop a MaybeUninit of vector or array which is partially initialized?...


rustunsafemaybeuninit

Read More
Cast bytes::BytesMut to bytes::Bytes using unsafe code without using freeze...


rustunsafe

Read More
Are mutable static primitives actually `unsafe` if single-threaded?...


rustembeddedunsafe

Read More
How to perform an unsafe drop() in rust...


rustunsafewgpu-rs

Read More
Compiling C# unsafe code...


c#.netunsafe

Read More
How to Replace Unsafe with VarHandle or Foreign API...


javaunsafememory-segmentationmemory-layoutvarhandle

Read More
Converting a Vec<u32> to Vec<u8> in-place and with minimal overhead...


castingrustunsafe

Read More
Assign a value by ref to a class member by ref...


c#pointersrefunsafebyref

Read More
C# - Unsafe and Pointers Basics...


c#pointersunsafe

Read More
Create type with same layout and niches but no Drop impl...


rustunsafeabimemory-layout

Read More
Why does memory error appear with unsafe code in c#...


c#.netmemoryunmanagedunsafe

Read More
How to create a self referential struct?...


rustlifetimeborrow-checkerunsafe

Read More
How to use unsafe context in Unity...


c#c++unity-game-engineclrunsafe

Read More
Iterator Optimization done by the rust compiler...


rustunsafe

Read More
Convert byte to string using reflect.StringHeader still allocates new memory?...


stringpointersgounsafe

Read More
Is it valid to transmute a non-static reference to a static one if its only used within the original...


rustlifetimeunsafe

Read More
Parent/Child relationships in Rust without lifetime pollution...


rustdependencieslifetimeunsafe

Read More
Convert C function types in Rust...


rustfunction-pointersunsafe

Read More
Is it sound to use raw pointers to an allocated vector to allow multiple threads to write to nonover...


rustborrow-checkerunsaferayon

Read More
C# unsafe type -> char*[] , getting a pointer on char array...


c#arrayspointerspinvokeunsafe

Read More
How to access unaligned data in rust without copies...


c++rustunsafezero-copy

Read More
Is there a sound way to convert/transmute from Arc<String> to Arc<Vec<u8>>...


rustautomatic-ref-countingunsafe

Read More
Returning data from a static (non-capturing) lambda...


c#.netunsafe

Read More
Are there any rust functions for wrapping an iterator that is dependent on a reference so the wrappe...


rustiteratorunsafestandard-library

Read More
How to cast a &T to a &Wrapper(T)?...


rustwrapperunsaferaw-pointer

Read More
BackNext