Cross platform memory allocator 💿
-
Updated
Jan 6, 2025 - C++
Cross platform memory allocator 💿
SE-CSE | Semester 3 | MGM-CEN | Practical Lab Programs | Engineer's Plot
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
A userspace libc heap allocator implementing malloc, calloc, realloc and free in C++ using sbrk
Add a description, image, and links to the calloc topic page so that developers can more easily learn about it.
To associate your repository with the calloc topic, visit your repo's landing page and select "manage topics."