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


c#arraysbyteunsafe

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
Downcasting Rc<A> to Rc<B> if A == B...


rustunsafe

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


arraysswiftunsafememory-layout

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
BackNext