编译: gcc -g malloc.c -fPIC -shared -o libmalloc.so -std=gnu99
链接: gcc -g test_dlmalloc.c -L. -Wl,-R . -lmalloc -o test_dlmalloc