Search code examples
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
Maximum length of byte[]?...


c#arraysbyteunsafe

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


c#unsafe

Read More
Error when compiling Chromium on an M2 Macbook Air...


chromiumunsafeninjagn

Read More
How to init a Struct within a Enum in unsafe codes...


pointersruststructenumsunsafe

Read More
How to best parallelize code modifying several slices of the same Rust vector?...


rustparallel-processingborrow-checkerunsaferayon

Read More
Microsoft Defender SmartScreen Edge marked our site as phishing site...


microsoft-edgeunsafephishingsmartscreenmicrosoft365-defender

Read More
What would be a Rust idiomatic way to have a vector of traits with aliases for individual vector ite...


rusttraitsborrow-checkerunsafe

Read More
Dereferencing a pointer to a dropped value and the memory is still there...


rustunsafe

Read More
Why do I get the error "Unsafe code may only appear if compiling with /unsafe"?...


c#visual-studio-2008windows-ceunsafe

Read More
UnsafeCell getting mutable reference from a function: cannot return reference to a temporary value...


pointersrustlifetimeborrow-checkerunsafe

Read More
RESTful framework class field is safe or unsafe...


javamultithreadingresthashmapunsafe

Read More
Downcasting Rc<A> to Rc<B> if A == B...


rustunsafe

Read More
Size of arrays in MemoryLayout.size in Swift...


arraysswiftunsafememory-layout

Read More
Storing Zero-Sized type instance into a null pointer...


pointersrustundefined-behaviorunsafe

Read More
How do I get the instance of sun.misc.Unsafe?...


javaunsafe

Read More
Where did I go wrong with my unsafe doubly linked list?...


rustlinked-listdoubly-linked-listunsafe

Read More
Pin<&mut MaybeUninit<T>> into Pin<&mut T>...


rustunsafe

Read More
Why doesn't std::cell::Ref use a reference instead of NonNull?...


rustlanguage-lawyerunsaferefcell

Read More
Why must fixed size buffers (arrays) be declared unsafe?...


c#arraysunsafefixedvalue-type

Read More
Unsafe code in C#...


c#unsafe

Read More
Is it possible to have a generic Rust T be always heap allocated?...


rustunsafe

Read More
Why does the Rust standard library have so much unsafe code?...


rustunsafe

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


c#c++unity-game-engineclrunsafe

Read More
BackNext