Ejemplo n.º 1
0
 public adjustinfo(stack old = default, System.UIntPtr delta = default, pcvalueCache cache = default, System.UIntPtr sghi = default)
 {
     this.old   = old;
     this.delta = delta;
     this.cache = cache;
     this.sghi  = sghi;
 }
Ejemplo n.º 2
0
 public stackScanState(pcvalueCache cache = default, stack stack = default, bool conservative = default, ref ptr <stackWorkBuf> buf = default, ref ptr <stackWorkBuf> freeBuf = default, ref ptr <stackWorkBuf> cbuf = default, ref ptr <stackObjectBuf> head = default, ref ptr <stackObjectBuf> tail = default, long nobjs = default, ref ptr <stackObject> root = default)
 {
     this.cache        = cache;
     this.stack        = stack;
     this.conservative = conservative;
     this.buf          = buf;
     this.freeBuf      = freeBuf;
     this.cbuf         = cbuf;
     this.head         = head;
     this.tail         = tail;
     this.nobjs        = nobjs;
     this.root         = root;
 }