Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!ubc-cs!uw-beaver!mit-eddie!wuarchive!uunet!decwrl!pa.dec.com!src.dec.com!saber.com!wyant@saber.com From: saber.com!wyant@saber.com Newsgroups: comp.lang.modula3 Subject: Allocation of objects in other than default heap ? Message-ID: <9102131620.AA13112@riposte> Date: 13 Feb 91 16:20:49 GMT Lines: 11 To: m3 Here is a problem that I don't see how to solve elegantly in M3. Suppose I want some objects to be allocated from the process private heap, but some I want allocated out of a heap existing in shared memory (for instance I might be writing a fast local IPC mechanism). I don't see any way in M3 of specifying which heap should be used for a given allocation. Is there in fact a recommended way of doing this ? -- Geoff Wyant wyant@saber.com