Skip to content
/ malloc Public

[School Project] A personal implementation of malloc

Notifications You must be signed in to change notification settings

Guiz711/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malloc

a personnal implementation of malloc

in ./libft do "make"
then in root folder :
clang -Wall -Wextra -Werror -o malloc_test malloc.c -I./includes -I./libft/includes -L./libft -lft

About

[School Project] A personal implementation of malloc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published