kernel/vm: Give VMCaches better names.
This helps with debugging and reading scheduling reports.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user