/*++

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