What are pinned objects?

后端 未结 7 766
遇见更好的自我
遇见更好的自我 2020-11-30 05:19

I am trying to find a memory leak using ants memory profiler, and I\'ve encountered in a new term:

Pinned objects.

Can some one give me a good & simple e

7条回答
  •  暖寄归人
    2020-11-30 06:06

    got it from msdn "A pinned object is one that the garbage collector cannot move in memory"

    http://msdn.microsoft.com/en-us/library/x2tyfybc(VS.71).aspx

提交回复
热议问题