#include #include #define MAX 3000 // At one time, this was causing a seg fault within Valgrind -- it was when // extending the brk segment onto a new page. Fixed in vg_syscalls.c 1.129. int main () { char* ptr; int i; for (i=0; i