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
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
- duplicates
-
JDK-6306741 Memory leaks of C-heap allocated ResourceObjs
-
- Resolved
-