t4_regdump
struct t4_regdump *regs;
regs = malloc(len + sizeof(struct t4_regdump));
regs = malloc(length + sizeof(struct t4_regdump));
struct t4_regdump r;