Skip to content

mzdw89/cpp-memory-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple memory class.

To initialize the class properly, you do the following:

try {
	forceinline::memory_manager memory( "process_name.exe" );
	
	//Do whatever you want to
} catch ( const std::exception& e ) {
	std::cout << e.what( ) << std::endl;
}

Everything is commented and should be easily understandable. If not, please add a comment and issue a pull request or create an issue. Thank you.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A simple memory class for C++ applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages