Searched refs:MAX_TOTAL_NOTIFY_ITEM_SIZE (Results 1 – 3 of 3) sorted by relevance
34 constexpr size_t MAX_TOTAL_NOTIFY_ITEM_SIZE = 1048576; // 1MB variable
1067 if (entries.empty() || entries.size() > MAX_TOTAL_NOTIFY_ITEM_SIZE) { // LCOV_EXCL_BR_LINE in CommitNotifyForMigrateCache()
1022 if (entries.empty() || entries.size() > MAX_TOTAL_NOTIFY_ITEM_SIZE) { in NotifyRemovedData()