Update the max size of the stack and update capacity if needed.
| 297 | |
| 298 | // Update the max size of the stack and update capacity if needed. |
| 299 | void SetMaxSize(size_t size) { Reserve(size); } |
| 300 | |
| 301 | private: |
| 302 | static size_t AttributesBytesOffset(size_t size) { |