This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
ft_malloc
Watch
1
Star
0
Fork
You've already forked ft_malloc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e8e913f3a1
ft_malloc
/
test.sh
5 lines
92 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
make
gcc main.c -o test_malloc.out
LD_PRELOAD
=
./libft_malloc.so ./test_malloc.out
Reference in New Issue
View Git Blame
Copy Permalink