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 2021/02/24 08:38:51 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2906: libc/valloc: support valloc

xiaoxiang781216 commented on pull request #2906:
URL: https://github.com/apache/incubator-nuttx/pull/2906#issuecomment-784906923


   > > > do you really need this obsolete api?
   > > 
   > > 
   > > Yes, we need it in memory api test(LTP).
   > 
   > do you mean LTP tests valloc?
   
   Not test valloc, some LTP testcase call valloc to allocate the memory.
   
   > it doesn't sound like a good reason to introduce it in nuttx.
   
   If nobody call valloc, linker will eliminate the code from final binary. On the other hand, we have to modify LTP to remove valloc.


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