Searched refs:fifoLimit (Results 1 – 1 of 1) sorted by relevance
549 int fifoLimit = flags.getMeasurementMaxDistinctDestinationsInActiveSource(); in maybeDeleteSourcesForLruDestination() local550 if (destinations.size() > fifoLimit) { in maybeDeleteSourcesForLruDestination()553 "Incoming destinations: " + destinations.size() + "; FIFO limit:" + fifoLimit); in maybeDeleteSourcesForLruDestination()563 if (distinctDestinations + destinations.size() <= fifoLimit) { in maybeDeleteSourcesForLruDestination()573 while (distinctDestinations + destinations.size() > fifoLimit) { in maybeDeleteSourcesForLruDestination()590 + fifoLimit); in maybeDeleteSourcesForLruDestination()