diff options
Diffstat (limited to 'Applications/ProcessManager/MemoryStatsWidget.h')
-rw-r--r-- | Applications/ProcessManager/MemoryStatsWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/ProcessManager/MemoryStatsWidget.h b/Applications/ProcessManager/MemoryStatsWidget.h index 0c01c5acc8..38838b14b5 100644 --- a/Applications/ProcessManager/MemoryStatsWidget.h +++ b/Applications/ProcessManager/MemoryStatsWidget.h @@ -18,4 +18,5 @@ private: GLabel* m_user_physical_pages_label { nullptr }; GLabel* m_supervisor_physical_pages_label { nullptr }; GLabel* m_kmalloc_label { nullptr }; + GLabel* m_kmalloc_count_label { nullptr }; }; |