mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Implemented SmartCriticalSection
This commit is contained in:
@ -232,7 +232,7 @@ namespace Memory
|
||||
class Physical
|
||||
{
|
||||
private:
|
||||
NEWLOCK(MemoryLock);
|
||||
NewLock(MemoryLock);
|
||||
|
||||
uint64_t TotalMemory = 0;
|
||||
uint64_t FreeMemory = 0;
|
||||
@ -358,7 +358,7 @@ namespace Memory
|
||||
class Virtual
|
||||
{
|
||||
private:
|
||||
NEWLOCK(MemoryLock);
|
||||
NewLock(MemoryLock);
|
||||
PageTable *Table = nullptr;
|
||||
|
||||
class PageMapIndexer
|
||||
|
Reference in New Issue
Block a user