Пример #1
0
 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;
 }
Пример #2
0
 public stackpoolItem(mutex mu = default, mSpanList span = default)
 {
     this.mu   = mu;
     this.span = span;
 }