how can we avoid allocation done by Marshal::StringToHGlobalAnsi?
- by KaluSingh Gabbar
my wrapper from managed to unmanaged is handling a lot of data and this Guy would call new for each of them, which is a big hit for me. So my question is :
can I allocate a chunk of unmanaged memory and use it to convert the managed data types to unmanaged by hand.