Re: [E] [TSAPI] TSTxnAlloc

2023-12-12 Thread Walt Karas
On Tue, Dec 12, 2023 at 1:03 PM Alan Carroll wrote: > >> If the memory returned by these new functions are not in the Txn arena, > where are they stored? > > In a swoc::MemArena which will replace the Arena in the HTTP state machine. > > >> I guess my comments for the TxnAuxDataMgr class template

RE: [TSAPI] TSTxnAlloc

2023-12-12 Thread Alan Carroll
See my previous email - we could say it must be a POD for TxnAlloc and if it's not, use Cleanup. -Original Message- From: Chris McFarlen Sent: Friday, December 8, 2023 12:03 PM To: dev@trafficserver.apache.org Subject: Re: [TSAPI] TSTxnAlloc Should the template function versions ensure

RE: [E] [TSAPI] TSTxnAlloc

2023-12-12 Thread Alan Carroll
>> If the memory returned by these new functions are not in the Txn arena, >> where are they stored? In a swoc::MemArena which will replace the Arena in the HTTP state machine. >> I guess my comments for the TxnAuxDataMgr class template are too sparse: >> https://github.com/apache/trafficserver/