Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
735 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: pooltrk.hxx
  3. *
  4. * Definitions for GRE's debug pool tracker.
  5. *
  6. * Created: 23-Feb-1998 20:18:51
  7. * Author: Gilman Wong [gilmanw]
  8. *
  9. * Copyright (c) 1998-1999 Microsoft Corporation
  10. *
  11. \**************************************************************************/
  12. #ifndef _POOLTRK_HXX_
  13. #define _POOLTRK_HXX_
  14. #ifdef _HYDRA_
  15. extern BOOL DebugGrePoolTrackerInit();
  16. extern VOID DebugGreCleanupPoolTracker();
  17. // Moved to engine.h
  18. //extern "C" PVOID DebugGreAllocPool(ULONG, ULONG);
  19. //extern "C" PVOID DebugGreAllocPoolNonPaged(ULONG, ULONG);
  20. //extern "C" VOID DebugGreFreePool(PVOID);
  21. #endif //_HYDRA_
  22. #endif //_POOLTRK_HXX_