2025-04-27 07:49:33 -04:00

20 lines
265 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