mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
Kernel+ProcessManager: Expose the number of kmalloc/kfree calls.
This will be very helpful in tracking down unwanted kmalloc traffic. :^)
This commit is contained in:
parent
13041f894f
commit
e9c0f4567d
Notes:
sideshowbarker
2024-07-19 14:42:02 +09:00
Author: https://github.com/awesomekling
Commit: e9c0f4567d
5 changed files with 25 additions and 8 deletions
|
@ -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 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue