/Memory-Allocate-in-CPP

This project is a C++ memory management library that includes implementations of malloc, calloc, realloc, and free functions. Its goal is to provide functionality for allocating and freeing memory for other programs. The library is built using CMake and requires C++17. To use the library, include the header file memory.h

Primary LanguageC++MIT LicenseMIT

No issues in this repository yet.