Changes between Version 1 and Version 2 of Ticket #13927, comment 10


Ignore:
Timestamp:
Jan 28, 2020, 1:37:04 AM (4 years ago)
Author:
ambroff

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.
     1I 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).
    22
    33BOpenHashTable has an AutoExpand non-type template parameter. If set to false, which is not the default, then upon insertion it will: