Searched refs:FooExConstructed (Results 1 – 1 of 1) sorted by relevance
785 static std::atomic<long> FooExConstructed; variable796 ++FooExConstructed; in FooEx()802 ++FooExConstructed; in FooEx()803 if (MaxFooCount && (FooExConstructed - FooExDestroyed) >= MaxFooCount) { // in push() in FooEx()820 … if( MaxFooCount==2*Threshold && (FooExConstructed-FooExDestroyed) <= MaxFooCount/4 ) // in pop() in operator =()