C
C#•13h ago
lip

Memory on c#

Can somebody explain me how heap memory works there?
4 Replies
lip
lipOP•13h ago
on c# Like i assume that c# doestn have a GC and i want to know how it deallocates the memory
Hazel 🌊💃
C# has a GC - I'm not an expert in how memory works in the language, but this SO post is a great place to start: https://stackoverflow.com/a/4487320/9893154
Stack Overflow
Memory allocation: Stack vs Heap?
I am getting confused with memory allocation basics between Stack vs Heap. As per the standard definition (things which everybody says), all Value Types will get allocated onto a Stack and Reference
Hazel 🌊💃
If you have more questions, then #allow-unsafe-blocks is a great resource for more involved discussions of this nature.
Unknown User
Unknown User•9h ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?