diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-12-06 17:52:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-06 17:52:13 +0100 |
commit | a4e93d779c9638bc0a61cb4405ef28cb935d1065 (patch) | |
tree | 5ef8f6c87f056f6263fb5793b582af0f0e6f5e48 /src/common/Utilities/StringFormat.h | |
parent | 0800055005d708520a9665b53a17264471e7401e (diff) |
Improve multithreading of mmaps_generator (#25625)
* Build/Misc: Add a few *San CMake flags
Add the following flags for the related tools:
- MSAN for Memory Sanitizer
- UBSAN for Undefined Behavior Sanitizer
- TSAN for Thread Sanitizer
* Remove unused parameter
* Fix UBSan reported issue
* Disable G3D buffer pools when using Thread Sanitizer as it has its custom locking mechanisms
* Code cleanup
* Move threads from maps to tiles
* Move tile building logic to TileBuilder class
* Fix memory leak in TileBuilder
* Fix build
* Store TileBuilder as raw pointer for now, it will be changed later on to use modern C++ constructs
* Fix crash on shutdown
* Revert pvs-studio change
* Fix generating 1 single tile not closing the program
Diffstat (limited to 'src/common/Utilities/StringFormat.h')
0 files changed, 0 insertions, 0 deletions