Monday, August 20, 2007

What are the overhead fields when you create an object in CLR

In CLR, each object has two overhead fields: a type object pointer and a sync block index.ObjectsLayOutCLR

Each of the fields requires 32 bits, adding 8 bytes to each object.

No comments: