MALLOCALIGN
res->ga_Bytes - MALLOCALIGN - 1,
old = *(size_t *)((char *)ptr - MALLOCALIGN) - MALLOCALIGN;
bytes += MALLOCALIGN + 1;
bytes += MALLOCALIGN;
return((char *)res + MALLOCALIGN);
Guard *res = (void *)((char *)ptr - MALLOCALIGN);