Delphi - Minimize & Restore frees up memory? -


i have been dabbling delphi off , on years , have wondered why minimizing , restoring application cause use less memory ?

as example using delphi 7 , create new project nothing on blank form projects start out , press f9 run application , @ memory usage app , it's sitting @ around 3.5mb minimize app , memory usage goes down around 760kb , restore app , memory usage goes around 1.5mb 1/2 of when first loaded , has confused me making happen , more point there anyway start application directive makes use 1.5mb of memory instead of 3.5mb uses.

cheers, dave

probably windows memory management. try same thing windows calculator , behavior same :))

here answer: http://support.microsoft.com/?kbid=293215 , folks have same question: http://digital.ni.com/public.nsf/allkb/9ea3d4258e037b8a8625763300434d4d

best regards,


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -