+ return (nwords + 2) * uint.sizeof; // +2 for sentinels
+ }
+
+ void Dtor(os.Vis vis = os.Vis.PRIV)
+ {
+ // Even when os.dealloc() can be called with a null pointer, the extra
+ // call might be significant. On hard GC benchmarks making the test for
+ // null here (i.e. not making the call) can reduce the GC time by
+ // almost ~5%.