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

c8f4419 · Apr 10, 2018

History

10 Commits
Apr 9, 2018
Apr 9, 2018
Mar 9, 2017
Apr 9, 2018
Apr 10, 2018
Apr 9, 2018
Apr 9, 2018
Apr 9, 2018
Apr 9, 2018
Apr 9, 2018
Apr 9, 2018
Apr 9, 2018

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