leakchkstop
关闭内存泄漏跟踪器。
格式
leakchkstop
说明
[root@sylixos:/root]# help leakchkstop
stop heap leak check and print leak message.
leakchkstop
[root@sylixos:/root]#
此命令用来关闭内存泄漏跟踪器。
样例
[root@sylixos:/root]# leakchkstop
HEAP THREAD TIME ADDR SIZE PURPOSE
-------------- -------------- ------------------------ -------- ---------- ----------------------
kersys t_tshell Fri Aug 18 16:41:02 2023 312bf8c0 32 __tshellHistorySave
kersys t_tshell Fri Aug 18 16:34:53 2023 312bf888 32 __tshellHistorySave
total unfree segment: 2 size: 64
[root@sylixos:/root]#
字段说明:
字段 | 说明 |
---|---|
HEAP | 内核堆(系统堆) |
THREAD | 线程名 |
TIME | 时间 |
ADDR | 地址 |
SIZE | 大小 |
PURPOSE | 原因 |