Searched refs:g_MaxPendingEntriesCount (Results 1 – 1 of 1) sorted by relevance
33 constexpr size_t g_MaxPendingEntriesCount = 50; variable179 if (pendingEntries_.size() < g_MaxPendingEntriesCount && !force) { in FlushEntriesIfNeeded()182 …while (pendingEntries_.size() >= g_MaxPendingEntriesCount || (force && !pendingEntries_.empty())) { in FlushEntriesIfNeeded()183 size_t entry_count = std::min(pendingEntries_.size(), g_MaxPendingEntriesCount); in FlushEntriesIfNeeded()