Guard
Guard *res = (void *)((char *)ptr - MALLOCALIGN);
Guard *g = (Guard *)((char *)ptr - MALLOCALIGN);
Guard *res;