Heap allocation

From: asm (arut_at_post.com)
Date: 09/01/04


Date: 1 Sep 2004 02:23:46 -0700

Hi All,

When a process allocates dynamic storage by making a call
to malloc(), does it get allocated from a per process heap
or a system wide heap?

Thanks,
ASM