windows-nt/Source/XPSP1/NT/admin/wmi/wbem/winmgmt/heaptrak/alloctrk.h
2020-09-26 16:20:57 +08:00

20 lines
246 B
C

/*++
Copyright (C) 1999-2001 Microsoft Corporation
Module Name:
Abstract:
History:
--*/
#ifndef __WMI_ALLOC_TRACK__H_
#define __WMI_ALLOC_TRACK__H_
void POLARITY StartTrackingAllocations();
void POLARITY StopTrackingAllocations();
#endif