> > > Allocation/free of pinned memory is slow, usually on the order of several > milliseconds. So these numbers look normal. Is there any opportunity to > reuse the pinned memory in these functions? >
Ah, good. So we understand this. I was thinking of adding a member to the class and allocated it as needed. I think I will do that, start with this one and see how it goes. Thanks,
