Java Memory Management on HP-UX

page 182/8/2005
(c) Copyright Hewlett Packard Company, 2005
Memory Allocation
JAVA heap
All objects that are created with the new keyword in JAVA
reside here.
C heap
Memory allocated in native code with
malloc in C
newin C++