Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rutgers!cmcl2!lanl!p3.lanl.gov!egw.weakm From: egw.weakm@p3.lanl.gov (Eric Wasserman) Newsgroups: comp.sys.mac.programmer Subject: Re: Why does this work? Message-ID: <14364@lanl.gov> Date: 12 Feb 91 16:05:32 GMT References: <2899.279c25a4@iccgcc.decnet.ab.com> Sender: news@lanl.gov Organization: LANL Lines: 10 If there aren't enough master pointers around the Memory Manager will call MoreMasters itself as it needs them. The problem is that blocks of master pointers are non-relocatable so if MoreMasters gets called by the Memory Manager deep into your code you'll probably wind up with a nasty non-relocatable block in the middle of your heap. Eric egw.weakm@p3.lanl.gov