mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
memdump: add biggest allocated node dump
Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
/* Special PID to query the info about alloc, free and mempool */
|
||||
|
||||
#define PID_MM_BIGGEST ((pid_t)-5)
|
||||
#define PID_MM_FREE ((pid_t)-4)
|
||||
#define PID_MM_ALLOC ((pid_t)-3)
|
||||
#define PID_MM_LEAK ((pid_t)-2)
|
||||
|
||||
Reference in New Issue
Block a user