You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/10/15 14:03:50 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1994: libc: Don't fclose and fopen file in freopen

xiaoxiang781216 opened a new pull request #1994:
URL: https://github.com/apache/incubator-nuttx/pull/1994


   ## Summary
   to avoid FILE pointer change after this commit:
   commit b0797263ca2817cf536be8b843ac5b5aac5d4d9c
   Author: Xiang Xiao <xi...@xiaomi.com>
   Date:   Thu Aug 13 18:17:29 2020 +0800
   
       libc/stdio: Allocate file_struct dynamically
   
       1.Reduce the default size of task_group_s(~512B each task)
       2.Scale better between simple and complex application
   
   ## Impact
   
   ## Testing
   
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] btashton merged pull request #1994: libc: Don't fclose and fopen file in freopen

Posted by GitBox <gi...@apache.org>.
btashton merged pull request #1994:
URL: https://github.com/apache/incubator-nuttx/pull/1994


   


----------------------------------------------------------------
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.

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