CoRegisterMallocSpy

[DllImport("ole32.dll", SetLastError = true)]
public static extern void CoRegisterMallocSpy(
   IMallocSpy pMallocSpy
);

Microsoft documentation: Link

Last updated