aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.96k stars 1.05k forks source link

Revert "Memory management integration with common runtime libraries." #2930

Closed SergeyRyabinin closed 5 months ago

SergeyRyabinin commented 5 months ago

Issue #, if available: CRT STL allocator being used in the SDK. This forces CRT library to be initialized whenever SDK tries to use a custom allocator. This prevents SDK from shutting down a CRT logger wrapper after shutting down the CRT library.

Description of changes: apples and oranges; separate the sheep from the goats;

Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.