Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 503 Bytes

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