CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
unsafe
07-04
OS
Why is unsafe read sbyte -> byte inconsistent in Release mode: *(byte*)(&sbyteValue)?
06-20
Blockchain
C# - Unsafe and Pointers Basics
06-08
other
Double-free error when using std::ptr::read in Rust
04-25
Software design
Creating an image from an unmanaged buffer
04-16
Software design
use unsafe pointer to get value from a []string
04-13
Back-end
How might I avoid a global mutable variable in this code?
03-29
Software engineering
Change the memory address of an object in C#
03-29
Blockchain
Unsafe: storeFence() & loadFence() vs volatile
03-23
Software engineering
Marshal.OffsetOf don't reflect the runtime reality?
02-13
Back-end
Storing different types in a single Hashmap
12-20
OS
Returning Span from a Property With Unsafe and Fixed
12-13
Software design
Is there a way to implement this integer casting function with unsafe Pointer in golang?
10-23
OS
What is the return type of a stackalloc espression?
10-04
Net
What happens when I assign a `ref` value to an `out` argument in C#?
10-02
Net
When is it appropriate to implement Send Sync for static dispatch
Links:
CodePudding