Cannot make this a static attribute because of linking issues
| 386 | |
| 387 | // Cannot make this a static attribute because of linking issues |
| 388 | static constexpr int64_t memory_limit() { |
| 389 | return std::numeric_limits<offset_type>::max() - 1; |
| 390 | } |
| 391 | |
| 392 | protected: |
| 393 | TypedBufferBuilder<offset_type> offsets_builder_; |
no outgoing calls