Get the maximum size of the dynamic buffer. * @returns The allowed maximum size of the underlying memory. */
| 1622 | * @returns The allowed maximum size of the underlying memory. |
| 1623 | */ |
| 1624 | std::size_t max_size() const ASIO_NOEXCEPT |
| 1625 | { |
| 1626 | return max_size_; |
| 1627 | } |
| 1628 | |
| 1629 | /// Get the maximum size that the buffer may grow to without triggering |
| 1630 | /// reallocation. |
no outgoing calls
no test coverage detected