Search code examples
golang: convert uint32 (or any built-in type) to []byte (to be written in a file)...

arraysgobyteunsafe

Read More
C# - Can MemoryMarshal.Cast() convert any struct or primitive with compatible endianness on Linux an...

c#.netmemoryunsafe

Read More
c# ReadOnlyMemory from pointer...

asp.net-core.net-corepinvokeunsafe

Read More
How to use Mat.ForEachAsDouble method in OpenCVsharp...

c#opencvdelegatesunsafe

Read More
Is it safe to transmute::<&'a Arc<T>, &'a Weak<T>>(…)?...

rustunsafe

Read More
Properly initialize a vector before passing to unsafe code...

vectorrustunsafe

Read More
Linked-list with unsafe rust leaks memory...

data-structuresrustlinked-listunsafe

Read More
The most idiomatic way to efficiently serialize/deserialize a Copy struct into/out of [u8]...

rustcopyunsafe

Read More
Why is unsafe read sbyte -> byte inconsistent in Release mode: *(byte*)(&sbyteValue)?...

c#bytereleaseunsafesbyte

Read More
Zero-initialize a union in Rust...

rustunionunsafe

Read More
How can I check if a .NET dll uses unsafe code?...

c#.net-assemblyunsafemanaged

Read More
Double-free error when using std::ptr::read in Rust...

pointersmemoryrustunsafedouble-free

Read More
What is the overhead of the C# 'fixed' statement on a managed unsafe struct containing fixed...

c#clrfixedunsafe

Read More
Nested 'fixed' statement...

c#garbage-collectionunsafe

Read More
compareAndSwap a common member ( non-volatile member ) still has memory semantics of volatile read a...

javavolatileunsafecompare-and-swap

Read More
How can we copy two buffers both allocated by Marshal.AllocHGlobal?...

c#pinvokeunsafe

Read More
What is the fastest way to convert a float[] to a byte[]?...

c#unsafe

Read More
Rust backtrace tree structure with many mutable references...

rusttreeunsafe

Read More
Creating an image from an unmanaged buffer...

c#wpfgraphicsunsafe

Read More
Best way to read a raw struct from a file...

rustiounsafe

Read More
use unsafe pointer to get value from a []string...

gopointersunsafe

Read More
How might I avoid a global mutable variable in this code?...

web-scrapingrustglobal-variablesunsafe

Read More
Creating a serializable fixed size char array in F#...

castingf#unsafe

Read More
What is the most efficient way to reinterpret underlying bit patterns and write it into and array or...

javaarraysperformanceunsafereinterpret-cast

Read More
Copying data to transient vertex buffer in bgfx causing SIGSEGV...

rustglfwunsafebgfx

Read More
How to properly get rid of UNSAFE_componentWillMount...

reactjsunsafe

Read More
How do I get an owned value out of a `Box`?...

rustunsafe

Read More
Change the memory address of an object in C#...

c#fixedunsafe

Read More
How does Rust infer lifetime while raw pointers are involved?...

rustlifetimeunsaferaw-pointer

Read More
Is undefined behavior possible in safe Rust?...

rustundefined-behaviorunsafestandard-library

Read More
BackNext