| 512 | } |
| 513 | |
| 514 | static constexpr int64_t ValueSizeLimit() { |
| 515 | return std::numeric_limits<int32_t>::max(); |
| 516 | } |
| 517 | |
| 518 | /// \brief Ensure that the indicated number of bytes can be appended via |
| 519 | /// UnsafeAppend operations without the need to allocate more memory |