MallocLen returns the total length of the writable data that has not yet been submitted in the writer.
()
| 193 | |
| 194 | // MallocLen returns the total length of the writable data that has not yet been submitted in the writer. |
| 195 | MallocLen() (length int) |
| 196 | } |
| 197 | |
| 198 | // ReadWriter is a combination of Reader and Writer. |
no outgoing calls