public mcentral(mutex @lock = default, spanClass spanclass = default, mSpanList nonempty = default, mSpanList empty = default, array <spanSet> partial = default, array <spanSet> full = default, ulong nmalloc = default) { this.@lock = @lock; this.spanclass = spanclass; this.nonempty = nonempty; this.empty = empty; this.partial = partial; this.full = full; this.nmalloc = nmalloc; }
public stackpoolItem(mutex mu = default, mSpanList span = default) { this.mu = mu; this.span = span; }