Skip to content

cgorican/c-malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malloc Implementation

Build

You can build the project using either Make or CMake, depending on your preference.

Option 1: Using Make

To compile the project:

make

To clean the build artifacts:

make clean

Option 2: Using CMake

You can run CMake commands manually:

cmake . -B build
cmake --build build

Or simply use the provided helper script cmake_build.sh, which runs the exact same commands:

# If needed, make the script executable
chmod +x cmake_build.sh
./cmake_build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published