Skip to content

AlaricSenat/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malloc

Toy implementation of the malloc free and realloc functions. It can run some simple external programs such as ls emacs or nano.

Build & execute

Just run make

Then you can execute any binary you want with the ./run.sh <bin> script which will make the dynamic linker use this malloc implementation.

This project is a student exercise and is by no mean intended to be used in 'real life' programs

About

Toy implementation of malloc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published