Operating System - HP-UX
1753701 Members
4959 Online
108799 Solutions
New Discussion

Re: Heap fragementation on HPUX

 
SOLVED
Go to solution
Atul Goel
Frequent Advisor

Re: Heap fragementation on HPUX

After setting the malloc environment variable the virtual memory became table. Thanks all the experts especially Dennis for their comments
Dennis Handly
Acclaimed Contributor

Re: Heap fragementation on HPUX

>Thanks Dennis for all your answers

If you are real ambitious, you could write a program to take your wdb heap allocation data and "play it back" to model what various values of _M_SBA_OPTS would allocate.

Note: This wouldn't account for patterns like allocating 20 blocks then freeing 10.