-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Gullberg edited this page Sep 3, 2021
·
3 revisions
Welcome to the classic_mac wiki!
Things to remember Debugging_Macintosh_Software_with_MacsBug_1991.pdf: p.90: Call MaxApplZone first, to maximize the application heap. To increase the stack, call SetApplLimit. This should be done before calling MaxApplZone.
- The heap grows up, the stack grows down