C
cronusf
We allocate some large temporary arrays, and this is causing problems
for us with the way the large object heap is managed (http://
www.simple-talk.com/dotnet/.net-framework/the-dangers-of-the-large-object-heap/).
We mix C# and C++\CLI assemblies. I can move the large array
allocation to the C++ level, and I was wondering, if I use native
arrays instead of managed arrays, will my problem with the large
object heap go away?
for us with the way the large object heap is managed (http://
www.simple-talk.com/dotnet/.net-framework/the-dangers-of-the-large-object-heap/).
We mix C# and C++\CLI assemblies. I can move the large array
allocation to the C++ level, and I was wondering, if I use native
arrays instead of managed arrays, will my problem with the large
object heap go away?