Operating System - HP-UX
1756507 Members
2437 Online
108848 Solutions
New Discussion юеВ

Re: malloc() perf on HP-UX

 
SOLVED
Go to solution
bigdaddy68
Advisor

malloc() perf on HP-UX

hi,

i am porting an app off solaris that used HOARD to interpose on malloc() which wasn't too fast/efficient on solaris...

what about hp-ux/integrity ? 11.23 ? 11.31 ? whats up with this MallocNextGen stuff. what is it and where can i read up on it to see if it may work for us. maybe there are some microbenchamrks that show how it stacks up ?(pun intended :)

bigdaddy68
BigDaddy68
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor
Solution

Re: malloc() perf on HP-UX

Hi:

The HP Software Depot hosts this bundle:

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=MallocNextGen

Once installed, there is a manpage to consult: 'mallocng(3X)'

Regards!

...JRF...
Dennis Handly
Acclaimed Contributor

Re: malloc() perf on HP-UX

On Integrity you can use caliper to measure your performance and check where and if you have any malloc performance issues.