TYPE_MALLOC
TYPE_MALLOC(char, next_free, tp->str_table);
TYPE_MALLOC(char, length, tp->ext_str_table);
TYPE_MALLOC(char *, (size_t)(na + nb), ext_Names);
TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans);
TYPE_MALLOC(char *, NUM_STRINGS(dst), dst->Strings);
TYPE_MALLOC(short, NUM_NUMBERS(dst), oldptr);
TYPE_MALLOC(int, NUM_NUMBERS(dst), newptr);
TYPE_MALLOC(short, NUM_NUMBERS(dst), dst->Numbers);
TYPE_MALLOC(char *, i, dst->ext_Names);
TYPE_MALLOC(char, my_length = 256, my_string);
TYPE_MALLOC(ENTRY, 1, rp);
TYPE_MALLOC(char, want, MyBuffer);
TYPE_MALLOC(NCURSES_SBOOL, BOOLCOUNT, tp->Booleans);
TYPE_MALLOC(NCURSES_INT2, NUMCOUNT, tp->Numbers);
TYPE_MALLOC(char *, STRCOUNT, tp->Strings);