home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / memmanagement / thheap_2 < prev    next >
Text File  |  1999-04-27  |  1KB  |  42 lines

  1. Title:            THHEAP
  2. Author:            Tony Houghton <tonyh@tcp.co.uk>
  3. Version:        1.00
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Tony Houghton <tonyh@tcp.co.uk>
  8. Date:            05/02/96
  9. Keywords:        Memory management software
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/e063
  17. Date mounted/updated:    08/02/96
  18. File names:        thheap.arc
  19. Unarchived files:    3
  20. Unarchived size:    4 kbytes
  21. Omissions:        
  22. See also:        
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. THHeap is a pair of modules to provide memory management with a programmers'
  35. interface consistent across RISC OS 3.1 and later versions. THHeapA will
  36. work on all versions of RISC OS and THHeapR is only for use with RISC OS
  37. 3.5 or later.
  38.  
  39. Memory management is implemented by OS_Heap with the THHeap module handling
  40. placement and overall size of the heap. THHeapA achieves this by passing
  41. calls on to OS_Module while THHeapR uses dynamic areas.
  42.