D
-DG-
I'm still trying to figure out some of the nuances of access to legacy
Win32 DLLs. I need to alloc buffers to be used by the Win32 DLLs. I
know that pinning a managed pointer can lead to framentation, but I
don't see an alternative. Is there an easy way to generate a call to
native malloc()? Doesn't this also fragment memory?
(I'll be using C++/CLI, if that matters)
Win32 DLLs. I need to alloc buffers to be used by the Win32 DLLs. I
know that pinning a managed pointer can lead to framentation, but I
don't see an alternative. Is there an easy way to generate a call to
native malloc()? Doesn't this also fragment memory?
(I'll be using C++/CLI, if that matters)