home *** CD-ROM | disk | FTP | other *** search
- /****
- File.....: FS_Memory.h
- Date.....: Wednesday, April 10, 1996
- By.......: Ken Earle. No rights reserved.
- ****/
-
- #pragma once
-
- OSErr GrabUpperSystemMemory
- (FSSpecPtr appSpecP, // ->"real" application, for SIZE rsrc
- Handle *bigChunkHA, // <-array of Handle
- short topNumHandles // maximum Handles in array
- );
- void ReleaseUpperSystemMemory
- (Handle *bigChunkHA, // <->array of Handle
- short topNumHandles // maximum Handles in array
- );
-