Changes between Version 1 and Version 2 of Ticket #13927, comment 10
- Timestamp:
- Jan 28, 2020, 1:37:04 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13927, comment 10
v1 v2 1 I have added a new test suite for BOpenHashTable<T> in [https://github.com/ambroff/haiku/commits/tcp-kdl-fix a branch]. I found an additional memory-corruption bug while doing so.1 I have added a new test suite for BOpenHashTable<T> in [https://github.com/ambroff/haiku/commits/tcp-kdl-fix a branch]. ~~I found an additional memory-corruption bug while doing so~~ (update: false alarm, I just got a bit confused. I don't think there is a memory corruption bug here). 2 2 3 3 BOpenHashTable has an AutoExpand non-type template parameter. If set to false, which is not the default, then upon insertion it will: