Implemented memory tracker

This commit is contained in:
Alex
2022-12-11 14:34:24 +02:00
parent 16bcb896fa
commit ab7f20d5f5
6 changed files with 85 additions and 4 deletions

View File

@ -89,6 +89,7 @@ namespace Tasking
IPOffset Offset;
int ExitCode;
Memory::StackGuard *Stack;
Memory::Tracker *Memory;
TaskStatus Status;
#if defined(__amd64__)
CPU::x64::TrapFrame Registers;