Skip to content

lujb/mmgc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmgc

Educational Memory Manager and set of Garbage Collectors

NOTE: under developement.

Table of Contents

Development

  1. Fork https://github.com/DmitrySoshnikov/mmgc repo
  2. Make your changes
  3. Make sure ./test.sh still passes (add new tests if needed)
  4. Submit a PR

To build:

cd mmgc
mkdir build
./build.sh

To run tests:

./test.sh

About

Educational Memory Manager and a set of Garbage Collectors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.9%
  • CMake 6.6%
  • Shell 0.5%