#define XMALLOC		GC_malloc
#define XCALLOC		GC_calloc
#define XREALLOC	GC_realloc
#define XFREE		GC_free

#include "tommath.h"
