#define TABLESIZE 1024 #define BLOCKSIZE 4096 extern void *xmalloc(int size); extern void xfree(void);