BControlledMemoryObject
Functions
| void * | operator new |
| void | operator delete |
Detailed Description
-
class
BControlledMemoryObject Base class for any class whose objects may have ownership passed across DLL boundaries. Allocation & deallocation need to take place in the sane DLL scope (at least on Windows), this forces it to happen within the stream DLL.
Subclassed by BBaseOpcodeHandler, BStreamFileToolkit