kernel/vm: Give VMCaches better names.

This helps with debugging and reading scheduling reports.
This commit is contained in:
Augustin Cavalier
2025-01-28 16:40:27 -05:00
parent 382ddca7fc
commit fb3a70af79
7 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ public:
VMCache();
virtual ~VMCache();
status_t Init(uint32 cacheType, uint32 allocationFlags);
status_t Init(uint32 cacheType, uint32 allocationFlags,
const char* name);
virtual void Delete();