#include #include int main(void) { mtrace(); int* a = malloc(sizeof(int)); muntrace(); exit(EXIT_SUCCESS); }