GitHub user bgaff opened a pull request: https://github.com/apache/trafficserver/pull/622
Standard library allocators and API to expose IOBuf memory allocation. This is a continuation of the pull request #556 (Adding STL Io Buf Allocators). This pull request contains that same code and it also adds three new memory related APIs for plugins, TSmalloc_pool, TSrealloc_pool, and TSfree_pool. It also modifies a plugin to show the usage. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bgaff/trafficserver memory_allocation Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/622.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #622 ---- commit 9df29ec235e88aadad654c01a9fe667b15dc6ed4 Author: Brian Geffon <bri...@apache.org> Date: 2016-05-09T01:20:35Z Standard library allocators and API to expose IOBuf memory allocation. ---- --- 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. ---