oneiric / vld

Visual Leak Detector for Visual C++ 2019
GNU Lesser General Public License v2.1
112 stars 35 forks source link

Does vld support checking customized malloc/free functions/operators? #7

Closed zchrissirhcz closed 3 years ago

zchrissirhcz commented 3 years ago

VLD is great for memory leak checking.

When I code for my company, it asks me to use a memory pool, which wraps malloc/free with it's own function.

Can I modify VLD to support checking my memory pool provided functions (say, MP_malloc, MP_free)?

(Doesn't consider new/delete now)

oneiric commented 3 years ago

Yes,I think you can modify it.