TFREE
#define TFREE(p, type) if ((p)) t_free((char *)(p), (type))
#define TFREE(p, type) if ((p)) (void) t_free((char *)(p), (type))