Searched refs:MAX_TOTAL_NOTIFY_DATA_SIZE (Results 1 – 3 of 3) sorted by relevance
35 constexpr size_t MAX_TOTAL_NOTIFY_DATA_SIZE = 4195328; // 4MB + 1KB variable
1085 …if (entry.key.size() + entry.value.size() + totalSize > MAX_TOTAL_NOTIFY_DATA_SIZE) { // LCOV_EXCL… in CommitNotifyForMigrateCache()
1045 …ntries[index].key.size() + entries[index].value.size() + totalSize) > MAX_TOTAL_NOTIFY_DATA_SIZE) { in NotifyRemovedData()