This website requires JavaScript.
Explore
Help
Sign in
thrieg
/
ft_malloc
Watch
1
Star
0
Fork
You've already forked ft_malloc
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
custom C memory allocator
10
commits
1
branch
0
tags
423
KiB
C
97.9%
Makefile
2.1%
6bc3783b67
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
thrieg
6bc3783b67
fixed segfault in free (reading header type after munmap of the zone)
2025-12-13 06:54:57 +01:00
includes
added the mandatory show_alloc_mem, and sorted the zones by increasing address in the linked lists
2025-12-13 06:07:24 +01:00
libft
added the mandatory show_alloc_mem, and sorted the zones by increasing address in the linked lists
2025-12-13 06:07:24 +01:00
srcs
fixed segfault in free (reading header type after munmap of the zone)
2025-12-13 06:54:57 +01:00
main.c
added the mandatory show_alloc_mem, and sorted the zones by increasing address in the linked lists
2025-12-13 06:07:24 +01:00
main_bonus.c
fixed potentiel segfault in malloc.c where I memset ret without checking that ret is not NULL, and used true header size to memsetthe malloc disturb patern, in case malloc allocate a larger chunk than expected
2025-12-13 06:39:20 +01:00
main_show_alloc_mem.c
added the mandatory show_alloc_mem, and sorted the zones by increasing address in the linked lists
2025-12-13 06:07:24 +01:00
Makefile
added the mandatory show_alloc_mem, and sorted the zones by increasing address in the linked lists
2025-12-13 06:07:24 +01:00