20 lines
246 B
C
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
|