|
Duplicate :
|
ResourceObj's can be allocated on the C heap by calling
new(ResourceObj::C_HEAP) Foo(...)
Unfortunately, there is then no way to recover the space that is
allocated, because ResourceObj::operator delete(void*) is a noop.
###@###.### 2002-01-30
|