Esempio n. 1
0
 public addrRange(offAddr @base = default, offAddr limit = default)
 {
     this.@base = @base;
     this.limit = limit;
 }
Esempio n. 2
0
 public pageAlloc(array <slice <pallocSum> > summary = default, array <ptr <array <pallocData> > > chunks = default, offAddr searchAddr = default, chunkIdx start = default, chunkIdx end = default, addrRanges inUse = default, ref ptr <mutex> mheapLock = default, ref ptr <ulong> sysStat = default, bool test = default)
 {
     this.summary    = summary;
     this.chunks     = chunks;
     this.searchAddr = searchAddr;
     this.start      = start;
     this.end        = end;
     this.inUse      = inUse;
     this.mheapLock  = mheapLock;
     this.sysStat    = sysStat;
     this.test       = test;
 }