{
int pos;
if( (float)(h->count+1)/h->size > 0.75f )
if( (float)(h->count+1) > 0.75f * h->size )
if( !hash_realloc( h, (h->size+1) * 2 -1 ) )