v.19.5Build/Testing/Packaging Improvement
Disable Usage of Mremap When Compiled with Thread Sanitizer
Disable usage ofmremapwhen compiled with Thread Sanitizer. Surprisingly enough, TSan does not interceptmremap(though it does interceptmmap,munmap) that leads to false positives. Fixed TSan report in stateful tests. #4859 (alexey-milovidov)