Anatoliy Kuznetsov

Results 14 comments of Anatoliy Kuznetsov

Not really a full example but something like: ``` for (unsigned i = 0; i < N; i+=65536) { bv.set(i); // allocates a block, bit can be cleared immediately }...

Sure, good suggestion. Will add it soon.

Thank you! I will double check with XCode memory profiler... BM has internal leak checker (enabled for tests) which reports nothing.

XCode Address Sanitizer shows no issue, BitMagic internal debug allocator shows no leaks. Do you have other leak detection tools handy?