llvm-project
999313de
- [sanitizer] Switch from lazy `ThreadDescriptorSize` (#108923)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[sanitizer] Switch from lazy `ThreadDescriptorSize` (#108923) `ThreadDescriptorSize` uses `dlsym` which may use malloc in unexpected time. It's relatively easy to init size from the main init.
References
#108923 - [sanitizer] Switch from lazy `ThreadDescriptorSize`
Author
vitalybuka
Parents
c86b1b0f
Loading