美文网首页操作系统
Alios-things - rhino内核(四)debug文件

Alios-things - rhino内核(四)debug文件

作者: xiaocai888 | 来源:发表于2018-08-31 12:56 被阅读0次

1. k_overview


1.1 功能

打印输出关于内存堆和池、任务、缓冲队列、信号量的统计信息。

1.2 函数

char *k_int2str(int num, char *str);
void krhino_mm_overview(int (*print_func)(const char *fmt, ...));
void krhino_task_overview(int (*print_func)(const char *fmt, ...));
void krhino_buf_queue_overview(int (*print_func)(const char *fmt, ...));
void krhino_queue_overview(int (*print_func)(const char *fmt, ...));
void krhino_sem_overview(int (*print_func)(const char *fmt, ...));

1.3 参考链接

[1]. Alios-things, https://github.com/chengshuyi/AliOS-Things/blob/master/kernel/rhino/debug/k_overview.c

相关文章

网友评论

    本文标题:Alios-things - rhino内核(四)debug文件

    本文链接:https://www.haomeiwen.com/subject/uwtdwftx.html