BelhardTraining.FinalizerDemo.Something.Something C# (CSharp) Method

Something() public method

public Something ( ) : System
return System
        public Something()
        {
            const int allocSize = 7*1024*1024;
            hMem = Marshal.AllocHGlobal(allocSize);
            GC.AddMemoryPressure(allocSize);
        }