MALLOC
#define MALLOC malloc
# define MALLOC(parser, s) (expat_malloc((parser), (s), __LINE__))
# define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s)))
#define MALLOC(sp, p, size) { \