WALK_HTABLE_SIZE
h %= WALK_HTABLE_SIZE;
if ((htable = calloc(WALK_HTABLE_SIZE, sizeof (void *))) == NULL) {
for (i = 0; i < WALK_HTABLE_SIZE; i++) {