NT
public void VerifyThis()
{
if(_allocatorId == 0 || _initialAddress == null)
throw new InvalidOperationException();
if (_initialAddress != Unsafe.AsPointer(ref this))
throw new InvalidOperationException();
}
Size: a a a
NT
public void VerifyThis()
{
if(_allocatorId == 0 || _initialAddress == null)
throw new InvalidOperationException();
if (_initialAddress != Unsafe.AsPointer(ref this))
throw new InvalidOperationException();
}
NT
NT
NT
NT
NT
NT
E
NT
NT
NT
NT
NT