cmcfarlen opened a new pull request, #12676: URL: https://github.com/apache/trafficserver/pull/12676
This removes the flag to call the destructor on ClassAllocator objects. ClassAllocator now requires that objects have a noexcept destructor that it can call on all objects. This is much safer than the explicit flag and should not add any overhead for trivially destructed types. I've added unit tests for this and also ran ASAN to make sure that the tests don't report memory leaks. The unit tests were written by Claude, other code is my own. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
