Can I detect memory leak like C++ crtdbg?

Through the “C++ crtdbg” I catch the all of memory leak by detection crtdbg. I tried to use UE4 memory detection as mentioned official document.
(Dealing With Memory Leaks in Unreal Engine 4)
#define MALLOC_LEAKDETECTION 1 But It didn’t any detected memory leak.