ankitks 0 Posted March 29, 2017 Report Share Posted March 29, 2017 I create and use lot of instance/tlm specific extensions in my code. I frequently do new/delete on them. Thinking of adding allocator and free method so that I don't have to do frequent delete/new on these objects. My only confusion is that, if I look at code for instance specific extension, it already has pool class called 'instance_specific_extension_container_pool'. Is this class their to manager different extensions and not specific extension that I need to manage? Thanks Quote Link to post Share on other sites
Philipp A Hartmann 245 Posted April 11, 2017 Report Share Posted April 11, 2017 On 29/03/2017 at 6:57 PM, ankitks said: My only confusion is that, if I look at code for instance specific extension, it already has pool class called 'instance_specific_extension_container_pool'. Is this class their to manager different extensions and not specific extension that I need to manage? Exactly. Hope that helps, Philipp Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.