Hello. I'm doing a compiler design class on the topic of memory management. I am reading about garbage collection and noticed that most of that low level stuff takes place with C/C++ code. I have a few questions about the c# compiler.
- Was .net framework part for memory management written in c/c++?
- How does .net manages memory?
- Does their internal garbage collection uses malloc()?
- What method of garbage collection does the .net framework use?
I'd probably use answers to generate new questions but I'm not sure If I should create a new question or edit this one.