4 /* Test that a program that has malloc/free interposed in the
5 executable is also intercepted. */
10 void *p
= malloc (1024);
16 /* Fake malloc/free functions that just print something. When run
17 under memcheck these functions will be intercepted and not print
20 void *malloc ( size_t size
)