WindowsXP-SP1/windows/oleacc/oleacc/memchk.h
2020-09-30 16:53:49 +02:00

18 lines
495 B
C

// Copyright (c) 1996-1999 Microsoft Corporation
// --------------------------------------------------------------------------
//
// MEMCHK.H
//
// Simple new/delete counting error ehecking library
//
// -------------------------------------------------------------------------=
// Call this at DLL_PROCESS_ATTACH time...
void InitMemChk();
// ... and this at DLL_PROCESS_DETACH time - number of
// outstanding delete's will be reported by DBPRINTF.
void UninitMemChk();