mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
Kernel: Move memory statistics helpers from Process to Space
This commit is contained in:
parent
b1c9f93fa3
commit
8bda30edd2
Notes:
sideshowbarker
2024-07-18 22:29:24 +09:00
Author: https://github.com/awesomekling
Commit: 8bda30edd2
5 changed files with 103 additions and 102 deletions
|
@ -388,14 +388,6 @@ public:
|
|||
return m_max_open_file_descriptors;
|
||||
}
|
||||
|
||||
size_t amount_clean_inode() const;
|
||||
size_t amount_dirty_private() const;
|
||||
size_t amount_virtual() const;
|
||||
size_t amount_resident() const;
|
||||
size_t amount_shared() const;
|
||||
size_t amount_purgeable_volatile() const;
|
||||
size_t amount_purgeable_nonvolatile() const;
|
||||
|
||||
int exec(String path, Vector<String> arguments, Vector<String> environment, int recusion_depth = 0);
|
||||
|
||||
enum class ShouldAllocateTls {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue