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.

18 lines
479 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. //
  4. // File: mem.cpp
  5. //
  6. // Description:
  7. // File that initializes required staxmem globals
  8. //
  9. // Author: Mike Swafford (MikeSwa)
  10. //
  11. // Copyright (C) 1997 Microsoft Corporation
  12. //
  13. //-----------------------------------------------------------------------------
  14. #include "aqprecmp.h"
  15. HANDLE g_hTransHeap = NULL;
  16. PVOID g_pvHeapReserve = NULL;
  17. BOOL g_fNoHeapFree = FALSE;