Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 636 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 636 Bytes

Malloc Implementations

This repository contains three C++ files (malloc1.cpp, malloc2.cpp, malloc3.cpp) that provide different implementations of malloc, a memory allocation function.

File Descriptions

malloc1.cpp: Contains a simple implementation of malloc for basic memory allocation. malloc2.cpp: Implements a more advanced version of malloc with enhanced features and flexibility. malloc3.cpp: Provides a complex implementation of malloc for advanced memory management.

Disclaimer

These implementations are based on an OS assignment and are provided for educational purposes only. Use them responsibly and at your own risk.