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


Ignore:
Timestamp:
Jan 28, 2020, 12:19:10 AM (4 years ago)
Author:
ambroff

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