-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use system allocator for thread-local values #1397
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depending on order destructors are called during process exit, custom allocators might no longer be available.
do we know which dtor invalidates the OpenSSL allocator? i'm wondering if, knowing which dtor needs to be called last, there's some way to enforce that that dtor is always called last.
325dd2e
to
229fc04
Compare
The concern is for consumers that are using |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1397 +/- ##
==========================================
+ Coverage 76.81% 76.86% +0.05%
==========================================
Files 424 424
Lines 71338 71339 +1
==========================================
+ Hits 54795 54835 +40
+ Misses 16543 16504 -39 ☔ View full report in Codecov by Sentry. |
Issues:
P111627750
Description of changes:
Call-outs:
Testing:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.