1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-20 04:34:29 +00:00

Display linux heap info

This commit is contained in:
Peter Boyle
2024-06-28 16:05:17 +00:00
parent eee2a2657f
commit a73dc6dbf4
2 changed files with 23 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ private:
#endif
public:
static void DisplayMallinfo(void);
static void NotifyDeletion(void * CpuPtr);
static void Print(void);
static void PrintAll(void);