Beispiel #1
0
 public static void ResetOperationPool(bool highCq)
 {
     ThreadStaticPool <Operation> .ReturnPool(highCq? 1 : 0);
 }
Beispiel #2
0
        public static void ResetOperandPool(bool highCq)
        {
            ThreadStaticPool <Operand> .ReturnPool(highCq? 1 : 0);

            ThreadStaticPool <MemoryOperand> .ReturnPool(highCq? 1 : 0);
        }