Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 248 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 248 Bytes

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 /