typeRealloc
buffer = typeRealloc(char, length, buffer);
my_buffer = typeRealloc(char, my_length, my_buffer);
my_buffer = typeRealloc(char, my_length, my_buffer);
my_buffer = typeRealloc(char, my_length, my_buffer);
name = typeRealloc(type, size, name); \
if ((buffer = typeRealloc(char, length = need, buffer)) == 0)
result = typeRealloc(char, allocated, result);
if ((result = typeRealloc(char, length, result)) == 0) {
TPS(fmt_buff) = typeRealloc(char, TPS(fmt_size), TPS(fmt_buff));
TPS(fmt_buff) = typeRealloc(char, TPS(fmt_size), TPS(fmt_buff));
bfr = typeRealloc(char, length, bfr);
#define DOALLOC(size) typeRealloc(char, size, record)
mybuf[bufnum] = typeRealloc(char, NormalLen(len), mybuf[bufnum]);
mybuf[bufnum] = typeRealloc(char, WideLen(len), mybuf[bufnum]);
mybuf = typeRealloc(wchar_t, mylen, mybuf);
int *new_oldnums = typeRealloc(int,
dst->text = typeRealloc(char, dst->size, dst->text);
if ((namebuf = typeRealloc(char, have, namebuf)) == NULL)
if ((suffix = typeRealloc(char, have, suffix)) == NULL)