Project Submission

Submit Your Memory Manager Project

Create a public GitHub repository with the exact name shown below, add all required files, and enter your GitHub username to submit.

Repository Requirements

Your repository must have this exact name:

github.com/<your-username>/c-memory-manager
Required Files and Folders
  • include/
  • mymalloc.h
  • src/
  • mymalloc.c
  • tests/
  • test_basic.c
  • Makefile
  • README.md
README.md Must Include:
  • Your full name and submission date
  • Project overview and implementation approach
  • Memory allocation strategy (first-fit, best-fit, etc.)
  • Data structures used for tracking allocations
  • Build and run instructions
  • Test results showing leak detection and statistics
Required (submission will fail without these)

Submission Form

github.com/
Enter only your username. We will verify the repository c-memory-manager exists in your account.

Your repository will be verified before submission is accepted

Project Submitted Successfully!

Your project has been verified and submitted. Great work on your Memory Manager project!