mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 09:45:18 +08:00
mm: Rename mm_memdump_s to malltask
align with the naming of mallinfo_task Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
c76f9f9349
commit
ddbe9eb6ab
@@ -444,8 +444,9 @@ static ssize_t memdump_read(FAR struct file *filep, FAR char *buffer,
|
||||
#if CONFIG_MM_BACKTRACE >= 0
|
||||
buffer += copysize;
|
||||
buflen -= copysize;
|
||||
linesize = procfs_snprintf(procfile->line, MEMINFO_LINELEN,
|
||||
"The current sequence number %lu\n", g_mm_seqno);
|
||||
linesize = procfs_snprintf(procfile->line, MEMINFO_LINELEN,
|
||||
"The current sequence number %lu\n",
|
||||
g_mm_seqno);
|
||||
|
||||
totalsize += procfs_memcpy(procfile->line, linesize, buffer, buflen,
|
||||
&offset);
|
||||
|
||||
Reference in New Issue
Block a user