Github user dragon512 commented on the pull request:

    https://github.com/apache/trafficserver/pull/489#issuecomment-187217377
  
    I am not sure why we are using C++ and not using new to do this? We want to 
track memory in Traffic server that is being used to alloc memory for OpenSSL ( 
ie not in OpenSSL as we would have to do fancier instrumentation to do this 
right). We can just overload new so we code do a 
    
    auto p = new(track::openssl) myobj;
    
    This would be more functional and maintainable for this attempt. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to