mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 09:48:56 +00:00
Kernel: Expose the VMObject type of each Region in /proc/PID/vm
This commit is contained in:
parent
8fbdda5a2d
commit
5f7056d62c
Notes:
sideshowbarker
2024-07-19 08:58:59 +09:00
Author: https://github.com/awesomekling
Commit: 5f7056d62c
6 changed files with 11 additions and 0 deletions
|
@ -44,6 +44,8 @@ protected:
|
|||
explicit AnonymousVMObject(size_t);
|
||||
explicit AnonymousVMObject(const AnonymousVMObject&);
|
||||
|
||||
virtual const char* class_name() const override { return "AnonymousVMObject"; }
|
||||
|
||||
private:
|
||||
AnonymousVMObject(PhysicalAddress, size_t);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue