bool DumpMemoryLeaks();
DumpMemoryLeaks traverses through all child heaps and dumps memory leaks. If no debug information is present, the method reports alive child heaps.
A Boolean value of true if memory leaks have been detected otherwise false.