P
Patrick Berny
Hi there:
after reading Mike Zintel's blog about .NetCF memory management
(http://blogs.msdn.com/mikezintel/archive/2004/12/08/278153.aspx)
one thing remains unclear to me - where do native dlls that you may be
using through p/invoke get loaded? Assemblies evidently get loaded into the
1GB large allocation address space used for large allocations.
My logic tells me that they will be loaded in the usual 32MB address space
for native dlls, but I'm not completely sure. Could anyone confirm this
suspicion?
Thanks,
Patrick
after reading Mike Zintel's blog about .NetCF memory management
(http://blogs.msdn.com/mikezintel/archive/2004/12/08/278153.aspx)
one thing remains unclear to me - where do native dlls that you may be
using through p/invoke get loaded? Assemblies evidently get loaded into the
1GB large allocation address space used for large allocations.
My logic tells me that they will be loaded in the usual 32MB address space
for native dlls, but I'm not completely sure. Could anyone confirm this
suspicion?
Thanks,
Patrick