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.

26 lines
845 B

  1. //**************************************************************************
  2. //
  3. // Title : Mem.h
  4. //
  5. // Date : 1997.12.08 1st making
  6. //
  7. // Author : Toshiba [PCS](PSY) Hideki Yagi
  8. //
  9. // Copyright 1997 Toshiba Corporation. All Rights Reserved.
  10. //
  11. // -------------------------------------------------------------------------
  12. //
  13. // Change log :
  14. //
  15. // Date Revision Description
  16. // ------------ ---------- -----------------------------------------------
  17. // 1997.12.08 000.0000 1st making.
  18. //
  19. //**************************************************************************
  20. //_PHN __cdecl _set_new_handler( _PHN );
  21. PVOID _cdecl ::operator new( size_t size );
  22. //PVOID _cdecl operator new( size_t size, POOL_TYPE type );
  23. VOID _cdecl ::operator delete( PVOID p );