Search code examples
How to copy Span<byte> contents to location pointed by IntPtr?...


c#.netunmanaged-memory

Read More
How to zero out memory allocated by Marshal.AllocHGlobal?...


.netmemoryunmanaged-memory

Read More
How to convert an IntPtr to array of structs...


c#.netmarshallingintptrunmanaged-memory

Read More
How to instance a C# class in UNmanaged memory? (Possible?)...


c#.netgarbage-collectionclrunmanaged-memory

Read More
Why (and how) ASP.NET Cache gets stored in Unmanaged Memory?...


asp.netcachingmemoryheap-memoryunmanaged-memory

Read More
Under which conditions Marshal.SizeOf allocates on the heap?...


c#unity-game-enginemonomarshallingunmanaged-memory

Read More
In .NET, how do I free memory for a 0-terminated unmanaged Unicode string, which was allocated by OL...


.netmemory-managementmemory-leaksoleunmanaged-memory

Read More
Unmanaged Memory Profiling for UWP applications?...


c#.netuwpmemory-leaksunmanaged-memory

Read More
C# access unmanaged array using Memory<T> or ArraySegment<T>?...


c#unmanaged-memory

Read More
Marshal Unmanaged Unicode String in COM Task Allocator Memory to SecureString...


c#unmarshallingsecurestringunmanaged-memory

Read More
What is the most performant way to render unmanaged video frames in WPF?...


wpfperformancevideoffmpegunmanaged-memory

Read More
Dispose inside a Parallel for is slower than a regular for loop. Why?...


c#multithreadingunmanaged-memoryunmanagedresources

Read More
Exchange pinned array's pointer with an unmanaged memory pointer...


c#unmanaged-memory

Read More
F# NativePtr.stackalloc slower then C# stackalloc - Decompiled Code Included...


c#f#stackunmanaged-memory

Read More
F# NativePtr.stackalloc Unexpected Stack Overflow...


f#stackunmanaged-memory

Read More
f# NativePtr.stackalloc in Struct Constructor...


structf#unmanaged-memory

Read More
Convert UnmanagedMemoryStream to Byte-Array...


.netvb.netarraysbytebufferunmanaged-memory

Read More
High unmanaged Memory - WPF Application...


wpfmemory-managementunmanaged-memory

Read More
How Marshal.FreeHGlobal can free unmanned array?...


c#marshallingunmanaged-memory

Read More
Windbg !heap -s and !heap -stat commands don't agree on output...


windowsmemorywindbgunmanaged-memory

Read More
Trouble with passing handle to managed object using PInvoke...


c#pinvokeunmanaged-memory

Read More
Marshal.StructureToPtr without boxing...


c#reflectionmarshallingunmanaged-memorytypedreference

Read More
New image overlays previous bitmap...


c#bitmapsystem.drawingunmanaged-memory

Read More
Two Different GCHandle's refer to same array in memory...


c#imagebitmapsystem.drawingunmanaged-memory

Read More
Execute C++ function from C# application...


c#c++type-conversionunmanaged-memory

Read More
BYTE * Array in C#...


c#unmanaged-memory

Read More
Read and write directly to Unlocked Bitmap unmanaged memory (Scan0)...


c#bitmaplockbitsunmanaged-memory

Read More
How can I copy a array of strings into an unmanaged char double pointer?...


c#charmarshallingunmanaged-memory

Read More
How to free properly a IntPtr pointing to a unmanaged array?...


c#marshallingintptrunmanaged-memory

Read More
Is this IntPtr pointing to allocated unmanaged memory or not?...


c#marshallingunmanagedunmanaged-memory

Read More
BackNext