GC_POINTER_ALIGNMENT 5211 src/alloc.c      eassert (((uintptr_t) start) % GC_POINTER_ALIGNMENT == 0);
GC_POINTER_ALIGNMENT 5231 src/alloc.c      for (pp = start; (void const *) pp < end; pp += GC_POINTER_ALIGNMENT)