Java Memory Management on HP-UX
Manuals
Brands
HP Manuals
Software
HP-UX Java Software
11
12
13
14
15
16
17
18
19
20
page
18
2/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
–
‘
new
’
in C++
1
...
...
16
17
18
19
20
...
...
25