home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / FakeStart 1.0 / FS_Headers / FS_Memory.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-16  |  461 b   |  18 lines  |  [TEXT/CWIE]

  1. /****
  2.     File.....:     FS_Memory.h
  3.     Date.....:     Wednesday, April 10, 1996
  4.     By.......:     Ken Earle. No rights reserved.
  5. ****/
  6.  
  7. #pragma once
  8.  
  9. OSErr GrabUpperSystemMemory
  10.     (FSSpecPtr    appSpecP,                // ->"real" application, for SIZE rsrc
  11.     Handle        *bigChunkHA,            // <-array of Handle
  12.     short        topNumHandles            // maximum Handles in array
  13.     );
  14. void ReleaseUpperSystemMemory
  15.     (Handle        *bigChunkHA,            // <->array of Handle
  16.     short        topNumHandles            // maximum Handles in array
  17.     );
  18.