Educational Memory Manager and set of Garbage Collectors
NOTE: under developement.
- Fork https://github.com/DmitrySoshnikov/mmgc repo
- Make your changes
- Make sure
./test.shstill passes (add new tests if needed) - Submit a PR
To build:
cd mmgc
mkdir build
./build.sh
To run tests:
./test.sh