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 ver

Re: [TSAPI] TSTxnAlloc

2023-12-08 Thread Chris McFarlen
Should the template function versions ensure is_trivially_destructible? This should reject non POD allocations. Sent with Proton Mail secure email. On Wednesday, December 6th, 2023 at 7:00 PM, Alan Carroll wrote: > Proposed Transaction based memory allocation API > > TSTxnAlloc > ***