This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from c8670cf2eb tools/ci/cibuild.sh: Add bloaty to install variable
add 65dc1fe0fc mm: add kmm/umm_memdump
add 2c95c04f4e sched: catch task memory leak
No new revisions were added by this update.
Summary of changes:
include/nuttx/kmalloc.h | 1 +
include/nuttx/mm/mm.h | 10 ++++++++++
mm/kmm_heap/Make.defs | 1 +
mm/kmm_heap/{kmm_calloc.c => kmm_memdump.c} | 11 +++++------
mm/umm_heap/Make.defs | 1 +
mm/umm_heap/{umm_checkcorruption.c => umm_memdump.c} | 11 +++++------
sched/Kconfig | 8 ++++++++
sched/task/task_exithook.c | 12 ++++++++++++
8 files changed, 43 insertions(+), 12 deletions(-)
copy mm/kmm_heap/{kmm_calloc.c => kmm_memdump.c} (89%)
copy mm/umm_heap/{umm_checkcorruption.c => umm_memdump.c} (88%)