mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 23:39:20 +00:00
Implemented memory tracker
This commit is contained in:
@ -7,8 +7,8 @@ namespace Xalloc
|
||||
struct SpinLockData
|
||||
{
|
||||
uint64_t LockData = 0x0;
|
||||
const char *CurrentHolder = "(nul)";
|
||||
const char *AttemptingToGet = "(nul)";
|
||||
const char *CurrentHolder = "(null)";
|
||||
const char *AttemptingToGet = "(null)";
|
||||
uint64_t Count = 0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user