home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / d / desklib / !DeskSrc / FN / Libraries / DeskMem / h / Defs
Encoding:
Text File  |  1996-05-13  |  562 b   |  26 lines

  1. #ifndef __Desk_deskmem_defs_h
  2. #define __Desk_deskmem_defs_h
  3.  
  4. #ifndef __Desk_deskmem_h
  5. #include "Desk.DeskMem.h"
  6. #endif
  7.  
  8.  
  9. #ifdef Desk_DeskLib_DEBUG
  10.     #include "Desk.Debug.h"
  11.     #define Desk_debug_level Desk_deskmem_debuglevel
  12. #endif
  13.  
  14.  
  15. void*    Desk_DeskMem__HandleError( size_t size, void *oldptr);
  16. /*
  17. This sets up the global Desk_error2_block for the specified alloc parameters,
  18. and calls the Error2 handler. If this returns with the error handled, we
  19. return the new pointer, otherwise we return NULL.
  20.  
  21. This is only for use by memory-allocation handlers.
  22.  */
  23.  
  24.  
  25. #endif
  26.