Did you see this?

https://valgrind.org/docs/manual/mc-manual.html#mc-manual.mempools

On Thu, Nov 18, 2021 at 10:53 AM Abhijit Gokaraju <abhijit.gokar...@rbbn.com>
wrote:

> Hello Valgrind team,
>
>
>
> We have an application which uses its own memory management (e.g. allocate
> buffer pools of specific sizes).
>
> So, the calls to allocate/free memory do not result in calls to
> malloc()/free().
>
> Only when the buffer pools need more memory, there are calls to
> malloc()/free().
>
>
>
> Could you please suggest if Valgrind has provisions to help detect memory
> leaks, for applications such as ours.
>
> Thanks & Regards,
>
> Abhijit
>
> Notice: This e-mail together with any attachments may contain information
> of Ribbon Communications Inc. and its Affiliates that is confidential
> and/or proprietary for the sole use of the intended recipient. Any review,
> disclosure, reliance or distribution by others or forwarding without
> express permission is strictly prohibited. If you are not the intended
> recipient, please notify the sender immediately and then delete all copies,
> including any attachments.
> _______________________________________________
> Valgrind-users mailing list
> Valgrind-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/valgrind-users
>


-- 
<https://ravendb.net/> *Oren Eini*
*CEO   /   Hibernating Rhinos LTD <https://hibernatingrhinos.com/>*
Mobile:  972-52-548-6969
Sales:  sa...@ravendb.net
Skype:  ayenderahien
Support:  supp...@ravendb.net
<https://www.facebook.com/pages/RavenDB/265907650186374>
<https://twitter.com/ravendb>
<https://www.linkedin.com/company/hibernating-rhinos-ltd-/>
<https://ravendb.net/emailsignature/displayeventpage>
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to