windows-nt/Source/XPSP1/NT/admin/wmi/wbem/winmgmt/heaptrak/alloctrk.h

20 lines
246 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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