CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Posts
    306

    GetSaveFileName: memory usage?

    Hello,

    I have a question:
    before I call GetSaveFileName the memory usage is:
    1657MB free, largest free memory block: 1080MB

    after calling GetSaveFileName:
    1641MB free, largest free memory block: 640MB

    Any ideas to avoid the fractating of the memory????

    thx.
    Ralf

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: GetSaveFileName: memory usage?

    Quote Originally Posted by Ralf Schneider View Post
    Hello,

    I have a question:
    before I call GetSaveFileName the memory usage is:
    1657MB free, largest free memory block: 1080MB

    after calling GetSaveFileName:
    1641MB free, largest free memory block: 640MB

    Any ideas to avoid the fractating of the memory????
    If you're going to make this claim, the least you can do is show us the simple program that demonstrates this issue, as well as tell us what Windows OS you're running.

    Regards,

    Paul McKenzie
    Last edited by Paul McKenzie; December 19th, 2012 at 03:18 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured