You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by Leif Hedstrom <zw...@apache.org> on 2014/05/23 17:30:13 UTC

NEW(new FooClass) considered worthless

heads up:

I just landed https://issues.apache.org/jira/browse/TS-2547, which means no more use of the NEW(new ….) pattern. Just use normal new semantics, and if you need to memory profile / debug, just use tcmalloc or jemalloc. (Fwiw, NEW() never did anything before either, at least not since pre-Yahoo days).

Cheers,

— leif