Carbon


gestaltLogicalRAMSize

Header: Gestalt.h

enum {
    gestaltLogicalRAMSize = 'lram'
};

Constant descriptions

gestaltLogicalRAMSize

The amount of logical memory available. This value is the same as that returned by gestaltPhysicalRAMSize when virtual memory is not installed. On some machines, however, this value might be less than the value returned by gestaltPhysicalRAMSize because some RAM may be used by the video display and the Operating System.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)