BControlledMemoryObject
-
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