Searched refs:kMaxTransactionAllocation (Results 1 – 1 of 1) sorted by relevance
197 constexpr size_t kMaxTransactionAllocation = 100 * 1000; in CommandData() local199 if (size > kMaxTransactionAllocation) { in CommandData()