chenBright commented on issue #2621:
URL: https://github.com/apache/brpc/issues/2621#issuecomment-2097873927

   ```c++
   butil::IOBuf buf;
   std::string str(1024 * 8, '1');
   buf.append(str);
   LOG(INFO) << buf.backing_block_num();
   ```
   
   简单写了一个demo,输出是2。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to