Calculating optimistic memory footprint of managed object
Просмотров: 634
The way of calculating amount of memory occupied by some object in C# .NET. Introduction C#.NET is a high-level, multipurpose modern language with only two flaws compared to C++: generics and sizeof operator. Anyone who tried using generics in C# (coming from the C++ world) the same way as in...