Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Mac OS Runtime Architectures /
Chapter 8 - PEF Structure


PEF Size Limits

The PEF structure has the following size limits:

In general, 32-bit integers (UInt32) are used to store size and count values in PEF containers, resulting in a maximum allowable integer of 2 32. In many cases, this is a theoretical rather than actual limit, since other PEF limitations may restrict the largest allowable value.

Note that the Code Fragment Manager itself imposes limits that are not related to the PEF specification. For example, there is a length limit of 255 characters for imported and exported symbol names and a 63 character limit for imported library names. For specifics, check the current Code Fragment Manager documentation.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 MARCH 1997