Guy Premont (silicon-worlds++at++calva.net)
Thu, 17 Apr 1997 09:46:22 +0200
Here Steve creates a new class which only overload the operators new and
delete and has them use shared memory.
Would it be possible to use a Performer base class, like pfMemory or
pfObject, to do just the same?
I'm thinking about:
class MyOwnClass : public pfMemory
{
[...class definition...]
}
which would allows the use of:
MyOwnClass *object = new(pfGetSharedArena()) MyOwnClass;
Is this valid? It looks like a good idea to me.
Guy
===========================================
Silicon Worlds S.A.
12, rue de Chatillon 75014 Paris France
Tel: +33 (01) 53.90.11.11
Fax: +33 (01) 53.90.11.12
===========================================
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:55:05 PDT