Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need a free source or a library that clean unusable memory area of another process on my computer.
who know some these sources?
Posted
Updated 31-Jul-15 22:25pm
v2
Comments
Afzaal Ahmad Zeeshan 1-Aug-15 3:55am    
Google know a good source for you. :-)
CPallini 1-Aug-15 3:56am    
What process? Are you writing of your own program or about other processes running on the computer?
Member 11878292 1-Aug-15 4:18am    
I meant other processes running on the computer.

1 solution

If you mean "clean the memory of my own program" then you may search for a free C++ garbage collector (Google is your friend [^]). Please note, in modern C++ you rarely need to use 'a naked new' (Stroustrup book[^] details this).
 
Share this answer
 
v2
Comments
Wendelius 1-Aug-15 6:30am    
5'd.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900