bitcoin/test/sanitizer_suppressions
Pieter Wuille 59a6df6bd5 util: add BitSet
This adds a bitset module that implements a BitSet<N> class, a variant
of std::bitset with a few additional features that cannot be implemented
in a wrapper without performance loss (specifically, finding first and
last bit set, or iterating over all set bits).
2024-06-10 07:54:48 -04:00
..
lsan sanitizers: remove GetRNGState lsan suppression 2023-03-30 14:10:35 +01:00
tsan doc, test: Document steps to reproduce TSan warning for libdb 2023-05-15 13:28:25 +01:00
ubsan util: add BitSet 2024-06-10 07:54:48 -04:00