Hi all:
when allocating a buffer in one process, which heap will used ? system heap
or process own heap ?
Thank you very much
Jungle
Printable View
Hi all:
when allocating a buffer in one process, which heap will used ? system heap
or process own heap ?
Thank you very much
Jungle
On Tue, 29 Mar 2005 01:47:36 +0800 "Jungle Lin" <klin@lucent.com> wrote:[color=blue]
> Hi all:
> when allocating a buffer in one process, which heap will used ? system heap
> or process own heap ?[/color]
Your question isn't very well formed (too little detail) but the answer
you're looking for is almost certainly: the process's own heap.
However, the most correct answer is probably: it depends.
/fc