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

Reply via email to