Ejemplo n.º 1
0
 public traceAlloc(traceAllocBlockPtr head = default, System.UIntPtr off = default)
 {
     this.head = head;
     this.off  = off;
 }
Ejemplo n.º 2
0
 public traceAllocBlock(traceAllocBlockPtr next = default, array <byte> data = default)
 {
     this.next = next;
     this.data = data;
 }