This dll is helpful for apps/games that would like to know the user's total ram, % of ram being used, and other in-depth memory values.
Features
- % of physical memory used
- total physical memory (in MB)
- free physical memory (in MB)
- used physical memory (in MB)
- total page file (in MB)
- free page file (in MB)
- used page file (in MB)
- total virtual memory (in MB)
- free virtual memory (in MB)
- used virtual memory (in MB)
- mem_MBtoGB (see game info)
- mem_MBtoKB (see game info)
- mem_MBtoByte (see game info)
Notes
This is probably the most in-depth memory dll ever created for Game Maker, and made with C++. Check out the example, other than using all of the functions it shows you how you can draw the % of physical memory used with a rectangle. There is also a graph example in v2.1, which was made by coderchris (awesome work). The graph is very nice and very easy to scale/move.
This is (hopefully) the final version, unless when a new version of GM comes out it needs porting.
Download
Here
Edited by andrewmc, 02 August 2005 - 01:59 AM.











