Skip to content

The goal of this project was to recode malloc, realloc and free functions in C. It was a 2nd year project at Epitech.

License

Notifications You must be signed in to change notification settings

adocquin/Malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malloc

Introduction

The goal of this project was to recode malloc, realloc and free functions in C.
It is a 2nd year project at Epitech.

Build

The library can be build with the command make re, it become libmy_malloc.so.

Commands:

  • ./load_malloc.sh program Execute a program with custom malloc
  • ./load_malloc.sh main.out To test the custom malloc

Demonstration:

demonstration

About

The goal of this project was to recode malloc, realloc and free functions in C. It was a 2nd year project at Epitech.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published