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