Get the maximum size of the dynamic buffer. * @returns The allowed maximum size of the underlying memory. */
| 1798 | * @returns The allowed maximum size of the underlying memory. |
| 1799 | */ |
| 1800 | std::size_t max_size() const ASIO_NOEXCEPT |
| 1801 | { |
| 1802 | return max_size_; |
| 1803 | } |
| 1804 | |
| 1805 | /// Get the maximum size that the buffer may grow to without triggering |
| 1806 | /// reallocation. |
no outgoing calls
no test coverage detected