Where unmanaged resources are allocated.
Posted
by Harsha
on Stack Overflow
See other posts from Stack Overflow
or by Harsha
Published on 2010-05-18T07:25:24Z
Indexed on
2010/05/18
7:30 UTC
Read the original article
Hit count: 378
c#
|garbage-collection
Hello all, I am not a comp science guy. Managed resources are allocated on the heap. But I would like to know where unmanaged resources are allocated. If unmanaged resources are also allocated on the heap, is it the same heap used by managed resources or a different one?
Thanks in advance.
Harsha
© Stack Overflow or respective owner