home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / INC / HHPHEAP.INC < prev    next >
Text File  |  1995-08-30  |  2KB  |  28 lines

  1. ;********************** START OF SPECIFICATIONS ****************************  
  2. ;                                                                             
  3. ;  SOURCE FILE NAME: HHPHEAP.H                                                
  4. ;                                                                             
  5. ;  DESCRIPTIVE NAME: Heap manager include file.                               
  6. ;                                                                             
  7. ;  COPYRIGHT:                                                                 
  8. ;                  Copyright (c) IBM Corporation 1991                         
  9. ;                          All Rights Reserved                                
  10. ;                                                                             
  11. ;  STATUS: OS/2 MM Release 1.00                                               
  12. ;                                                                             
  13. ;  ABSTRACT: Contains data structures and prototypes that are used in         
  14. ;            HHP API's.                                                       
  15. ;                                                                             
  16. ;*********************** END OF SPECIFICATIONS *****************************  
  17. ifndef _HHPHEAP_H_
  18. _HHPHEAP_H_    EQU    1
  19.  
  20. ifdef MMDEBUG
  21. MM_HEAP_DEBUG_VAR    EQU    <"MM_HEAP">
  22. else
  23. endif
  24. ;  Shared Heap Support   
  25. ;  Low-Level Independent (Not Suballocated) Buffer Support   
  26. HH_SHARED    EQU    1H     ;  Cause the Heap to be Shared   
  27. endif ;  _HHPHEAP_H_   
  28.