From: Alona on
Hi All:

Is there a way to provide multiple-heap capability in the malloc
subsystem to improve the performance of threaded applications running
on multiprocessor systems on Solaris 8/9/10?

Is there an analog of MALLOCMULTIHEAP on AIX?


Thank you,
Alona
From: Ian Collins on
On 03/16/10 03:11 AM, Alona wrote:
> Hi All:
>
> Is there a way to provide multiple-heap capability in the malloc
> subsystem to improve the performance of threaded applications running
> on multiprocessor systems on Solaris 8/9/10?

You can link with an alternative allocator. See libumem(3LIB) and

http://developers.sun.com/solaris/articles/multiproc/multiproc.html

--
Ian Collins
From: balson on
Ian Collins wrote:
> On 03/16/10 03:11 AM, Alona wrote:
>> Hi All:
>>
>> Is there a way to provide multiple-heap capability in the malloc
>> subsystem to improve the performance of threaded applications running
>> on multiprocessor systems on Solaris 8/9/10?
>
> You can link with an alternative allocator. See libumem(3LIB) and
>
> http://developers.sun.com/solaris/articles/multiproc/multiproc.html
>



And this one:

http://www.cherrystonesoftware.com


Jim