What are the .net library calls and system calls that cause the most garbage?
I read somewhere DayLightTime causes a lot of garbage and result in garbage collector activity.
I need to find a list of such calls.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you mean ‘which calls allocate the most memory that they then free’, then it’s completely unanswerable, as the amount of memory they use is very likely to depend on the size of the job you give them.
The .NET framework source is available for download if you want to see how a particular call works. http://referencesource.microsoft.com/netframework.aspx