memdump: add biggest allocated node dump

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
buxiasen
2024-07-25 23:48:53 +08:00
committed by GUIDINGLI
parent fd6634ecb5
commit fd9a9f67cc
5 changed files with 206 additions and 0 deletions
+1
View File
@@ -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)