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


   ## Summary
   When enable DEBUG_MM, we can use command:memdump to dump memory info of task 
with specified pid, however, backtrace record is slow, so if you don't need to 
record backtrace, you can dynamically control it to improve malloc speed by 
command "memdump off", and "memdump on" will enable backtrace record in heap.
   
   Backtrace is not recored at startup by default, but you can configure 
MM_BACKTRACE_DEFAULT to be turned on by default.
   
   ## Impact
   Improving malloc speed when enable CONFIG_DEBUG_MM
   ## Testing
   daily test
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to