yamt commented on PR #14348:
URL: https://github.com/apache/nuttx/pull/14348#issuecomment-2415620708

   > The malloc() function allocates size bytes and returns a pointer to the 
allocated memory. The memory is not initialized. If size is 0, then malloc() 
returns a unique pointer value that can later be successfully passed to free().
   
   do you mean to require host malloc to follow the specific behavior? why?
   
   > (See "Nonportable behavior" for portability issues.)
   
   what exactly are you referring to here?
   


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