Changes between Initial Version and Version 1 of Ticket #13927, comment 10
- Timestamp:
- Jan 28, 2020, 12:19:10 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13927, comment 10
initial v1 1 I have added a new test suite for BOpenHashTable<T> in [https://github.com/ambroff/haiku/commits/tcp-kdl-fix a branch]. I 've made two conclusions so far. Ifound 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. 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: