Results 1 to 2 of 2

Thread: how to clear memory

  1. #1
    Guest
    before my program run i want to know the remaining memory
    and also i want to clear memory that's not use or unused

  2. #2
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355
    well the first bit's easy - use the GlobalMemoryStatus API call. you have to pass a structure that's filled with the info - use API viewer to get the declares.
    I'm not sure about the second bit, it's dangerous, better to leave it to windows (although it does a crap job of managing memory)
    buzzwords are the language of fools

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