this is a simple example,this can help me print malloc params value
void *__wrap_malloc(size_t size) { printf("My malloc function!\\n"); ret