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