home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / OS / HEAP.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  305 b   |  15 lines

  1. #ifndef OS_HEAP_OPH
  2. #define OS_HEAP_OPH
  3.  
  4. #define HeapManager        $81
  5.  
  6. #define HeapAdjustCellSize    $0200
  7. #define HeapAllocateCell    $0000
  8. #define HeapCellSize        $0400
  9. #define HeapFreeCell        $0300
  10. #define HeapFreeMemory        $0600
  11. #define HeapReAllocateCell    $0100
  12. #define HeapSetGranularity    $0500
  13.  
  14. #endif
  15.