Jump to content

instance/tlm extension and memory manager


Recommended Posts

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

Link to comment
Share on other sites

  • 2 weeks later...
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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...