mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
Kernel: Add a /proc/all process table dump.
This will be useful for implementing some process-related utilities.
This commit is contained in:
parent
dddd0e7b03
commit
b51031bb54
Notes:
sideshowbarker
2024-07-19 15:52:46 +09:00
Author: https://github.com/awesomekling
Commit: b51031bb54
5 changed files with 83 additions and 4 deletions
|
@ -162,7 +162,8 @@ public:
|
|||
bool page_in();
|
||||
int commit();
|
||||
|
||||
size_t committed() const;
|
||||
size_t amount_resident() const;
|
||||
size_t amount_shared() const;
|
||||
|
||||
PageDirectory* page_directory() { return m_page_directory.ptr(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue