Skip to content

simongalasso/ft_malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_malloc

A library for managing the dynamic allocation of memory, written in C, using mmap and munmap
This is a 42 school project [Final grade: work in progress]


Build the library - macos

> make

Usage

Just make a program using malloc and compile it with the generated libft_malloc.so file

> gcc main.c libft_malloc.so

Contributors


Simon Galasso