00001 #include <stdio.h> 00002 #include <stdlib.h> 00003 #include <math.h> 00004 00005 #ifdef LINUX 00006 #include <getopt.h> /* On linux machines, include this line */ 00007 #endif 00008 00009 #include <sys/resource.h> 00010 00011 #include "eg_mempool.h" 00012 #include "eg_heap.h"