Search code examples
Storing different types in a single Hashmap...

genericscachingrusttypingunsafe

Read More
Unsafe pointer becoming corrupted...

rustunsafe

Read More
Rust, std::cell::Cell - get immutable reference to inner data...

pointersvariablesrustreferenceunsafe

Read More
Best way to extract strings from binary data in golang using unsafe...

gounsafe

Read More
How to get fixed buffer length?...

c#pointerssizeoffixedunsafe

Read More
Apply an `unsafe` keyword to a lambda expression in C#...

c#lambdacallbackkeywordunsafe

Read More
Why can fixed size buffers only be of primitive types?...

c#unsafe

Read More
Fiddling with lifetimes: sanity check on unsafe reinterpretation of lifetimes...

rustlifetimeunsafe

Read More
Is there a way to implement this integer casting function with unsafe Pointer in golang?...

gocastingunsafe

Read More
Fast array copy in C#...

c#arraysperformanceunsafe

Read More
Can you cast a memory address as a usize into a reference with a lifetime?...

rustunsafe

Read More
What is the return type of a stackalloc espression?...

c#unsafestackalloc

Read More
Is it legal to modify strings?...

c#stringlanguage-lawyerfixedunsafe

Read More
Initialization of memory allocated with stackalloc...

c#unsafestackalloc

Read More
Unsafe code compilation error in .NET Core even after setting allowunsafe flag to true in project.js...

.net.net-coreunsafecoreclr

Read More
Trying to Understand this Image function...

c#arraysunsafe

Read More
How can I convert a pointer to an array allocated in a C++ function into an array in Rust?...

rustunsafe

Read More
What happens when I assign a `ref` value to an `out` argument in C#?...

c#memoryparametersunsafestackalloc

Read More
Unsafe code won't compile on Visual Studio 2015...

c#.netvisual-studio-2015unsafe

Read More
Is it legal to cast a struct to an array?...

rustsliceunsafememory-layoutobject-model

Read More
Deleting C# Unsafe Pointers...

c#.netpointersmemory-managementunsafe

Read More
C# CopyBlock vs CopyBlockUnaligned use cases...

c#memoryunsafe

Read More
How to create an array or a slice from an array unsafe.Pointer in golang?...

arrayspointersgosliceunsafe

Read More
Is there a way to read a volatile value from an unaligned address on stable Rust?...

rustmemory-alignmentunsafe

Read More
Is it Ok to have a reference with incorrect (larger than correct) lifetime in scope?...

rustlifetimeunsafe

Read More
How to copy float* to IntPtr?...

c#marshallingunsafe

Read More
How do I get a fixed pointer to a MemoryStream?...

c#vb.netpointersunsafe

Read More
Byte slice converted with unsafe from string changes its address...

gopointersgarbage-collectionrace-conditionunsafe

Read More
Passing a byte* to Stream.Read(byte[], int, int)...

c#heap-memoryunsafestack-memory

Read More
How to allow unsafe code for Release and Debug on visual studio 2019 .net5.0...

c#azurevisual-studio-2019.net-5unsafe

Read More
BackNext