Skip to content

A simple malloc re-implementation that supports multithreading, defragmentation, and viewing allocations.

Notifications You must be signed in to change notification settings

pbremondFR/ft_malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_malloc

Implementing a simplistic malloc, for fun & for school

This malloc implementation is pretty simple, but I had my share of fun toying around with it. Made me realize that chunk allocators sound nice, too - the day I need some really high performance, I might just make one.

This project supports multithreading, defragmentation, debugging functions (show_alloc_mem_ex), debugging builds, a few environment variables, and simple memory corruption detection.

If you're a 42 student and want to play around with it, you'll have to use your own libft.

About

A simple malloc re-implementation that supports multithreading, defragmentation, and viewing allocations.

Topics

Resources

Stars

Watchers

Forks