MemAlloc is an ANSI C library for efficient memory management.
- Best Fit, Next Fit, First Fit, Worst Fit
- Buddy Allocation
Made to optimize memory utilization in applications.
- Custom API that includes all utility methods for implementing an efficient memory management.
- Statistics for internal/external fragmentation.
-
Simply clone the project repository from GitHub:
git clone https://github.com/FMIProjects/MemAlloc.git
-
Set up permissions for the script:
chmod +x run.sh
-
Run it:
./run.sh