mfunyu / malloc

Find out the workings behind optimum memory management and recode it, as well as free and realloc.
2 stars 0 forks source link

[crush] on gcc #53

Closed mfunyu closed 5 months ago

mfunyu commented 5 months ago

$> LD_PRELOAD=./libft_malloc.so gcc main.c                             fix_review  ✱
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped
compilation terminated.
mfunyu commented 5 months ago