4 Replies
on c#
Like i assume that c# doestn have a GC
and i want to know how it deallocates the memory
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
If you have more questions, then #allow-unsafe-blocks is a great resource for more involved discussions of this nature.
Unknown User•9h ago
Message Not Public
Sign In & Join Server To View