Space available in the buffer. Returns the number of bytes that can be written to the data buffer. @return space available for writing in this IOBufferBlock. */
| 346 | @return space available for writing in this IOBufferBlock. |
| 347 | */ |
| 348 | int64_t |
| 349 | write_avail() |
| 350 | { |
| 351 | return static_cast<int64_t>(_buf_end - _end); |
| 352 | } |
| 353 | |
| 354 | /** |
| 355 | Size of the memory allocated by the underlying IOBufferData. |
no outgoing calls
no test coverage detected