mu578 commented on PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#issuecomment-1722253300

   > * provided by caller, or allocated by self)
   > * open_memstream work on an allocate/reallocate extendable memor
   
   yes make a context buffer |internal|user_malloc|user_dont_touch|
   
   ```
   
   _io_buffer_grow_if_needed(stream_flag, ** buffer)
   {
     if this type -> do that or not do
   }
   
   _io_buffer_free_if_needed(stream_flag, ** buffer)
   {
     if this type -> do that or not do
   }
   
   ```
   


-- 
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: commits-unsubscr...@nuttx.apache.org

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

Reply via email to