Source code of Windows XP (NT5)
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.

29 lines
473 B

  1. /*++
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. Module Name:
  4. chunk.c
  5. Abstract:
  6. This routine will manage allocations of chunks of structures
  7. Author:
  8. 16-Jan-1997 AlanWar
  9. Revision History:
  10. --*/
  11. #include "wmiump.h"
  12. #include <stdio.h>
  13. #define WmipEnterCriticalSection() WmipEnterPMCritSection()
  14. #define WmipLeaveCriticalSection() WmipLeavePMCritSection()
  15. //
  16. // include implementation of chunk managment code
  17. #include "chunkimp.h"