Simple Memmory Manager
Posted: Mon May 10, 2004 6:27 pm
Hi
I am now working on a simple Memmory Manager.Since last day I coded only base rutines.Here are the features of first version :
- Easy-to-implement : the only thing what you have to do is to include MemmoryManager.h to your precompiled header then yeverything is done for you
- it prevents your software against memmory leaks by saving references of pointers
- you can access MemmoryTable where are written all used addresses with name and line of source file
I am sorry about my English.
There is a sample appilcation included in ZIP.
First version is here http://www.sweb.cz/xSpidla/MemmoryManager.zip
Please try it
I am now working on a simple Memmory Manager.Since last day I coded only base rutines.Here are the features of first version :
- Easy-to-implement : the only thing what you have to do is to include MemmoryManager.h to your precompiled header then yeverything is done for you
- it prevents your software against memmory leaks by saving references of pointers
- you can access MemmoryTable where are written all used addresses with name and line of source file
I am sorry about my English.
There is a sample appilcation included in ZIP.
First version is here http://www.sweb.cz/xSpidla/MemmoryManager.zip
Please try it