MCPcopy Create free account
hub / github.com/cinder/Cinder / max_size

Function max_size

include/asio/buffer.hpp:1624–1627  ·  view source on GitHub ↗

Get the maximum size of the dynamic buffer. * @returns The allowed maximum size of the underlying memory. */

Source from the content-addressed store, hash-verified

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.

Callers 4

buffer.hppFile · 0.70
capacityFunction · 0.70
prepareFunction · 0.70
growFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected