Skip to content

awoimbee-42/ft_malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malloc

A homegrown version of malloc.

This is one of those projects that might seem fun, but the restrictions from the subject make it terribly boring.

To inject this malloc in any program:

LD_PRELOAD=$PWD/libft_malloc.so ls -R /