https://github.com/matthprost/malloc
Malloc is a C Epitech project
https://github.com/matthprost/malloc
Last synced: 3 months ago
JSON representation
Malloc is a C Epitech project
- Host: GitHub
- URL: https://github.com/matthprost/malloc
- Owner: matthprost
- Created: 2017-04-30T22:13:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T22:30:08.000Z (about 8 years ago)
- Last Synced: 2025-01-11T14:22:32.862Z (5 months ago)
- Language: C
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Malloc
======L'objectif de ce projet de recréer le malloc utilisé en C.
Utilisation
-----------```
$> make
$> export LD_PRELOAD=$PWD/libmy_malloc.so
$> ./reverse_me_to_improve_your_malloc
```
```reverse_me_to_improve_your_malloc``` permet de tester le malloc.