T
TheMadHatter
I am very sorry to bring a topic up that has been beaten with an ugly
stick..... but...
If I want to "fix" an byte array for the life time of a program would it be
better allocating it on the unmanaged heap?
Yes I know that if I am to pin the object for long periods of time, that it
would be best to do it at the very initial start of the program so that it
prevents some fragmentation of the managed heap.
Thanks in advance for your thoughts on the matter.
stick..... but...
If I want to "fix" an byte array for the life time of a program would it be
better allocating it on the unmanaged heap?
Yes I know that if I am to pin the object for long periods of time, that it
would be best to do it at the very initial start of the program so that it
prevents some fragmentation of the managed heap.
Thanks in advance for your thoughts on the matter.