├── Makefile ├── README.md ├── ft_malloc.c ├── ft_malloc.h ├── misc_functions.c └── misc_functions2.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilentSarah/ft_malloc/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilentSarah/ft_malloc/HEAD/README.md -------------------------------------------------------------------------------- /ft_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilentSarah/ft_malloc/HEAD/ft_malloc.c -------------------------------------------------------------------------------- /ft_malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilentSarah/ft_malloc/HEAD/ft_malloc.h -------------------------------------------------------------------------------- /misc_functions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilentSarah/ft_malloc/HEAD/misc_functions.c -------------------------------------------------------------------------------- /misc_functions2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilentSarah/ft_malloc/HEAD/misc_functions2.c --------------------------------------------------------------------------------