Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When reallocating, check that the pointer changed before updating the hash table. Otherwise, we're just removing then re-adding the same value. This frequently happens when the allocation is shrinking, or only growing by a few bytes.
- Loading branch information