Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix static initialization order fiasco in velox
Summary: X-link: facebookincubator/velox#12204 Replace global statics with local to avoid non-determinism https://en.cppreference.com/w/cpp/language/siof AddressSanitizer: initialization-order-fiasco fbcode/velox/common/memory/Memory.cpp:381 in facebook::velox::memory::deprecatedDefaultMemoryManager() ``` now: doesn't crash Differential Revision: D68857074
- Loading branch information