summaryrefslogtreecommitdiffhomepage
path: root/Private/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-14 10:52:42 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-14 10:52:42 +0100
commitf57ffb30b78efffde3b16572798d2b2dcffd04eb (patch)
treef2f2e59073bd2d49f6dc57e1ba25bab9ac54a079 /Private/Source
parent2eb529e37a5e10ea2483fce04de778ac13be6f1d (diff)
HCR-18: add TODO, ProcessManager.cxx line 141
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source')
-rw-r--r--Private/Source/ProcessManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/ProcessManager.cxx b/Private/Source/ProcessManager.cxx
index 82b07c42..07f73ef3 100644
--- a/Private/Source/ProcessManager.cxx
+++ b/Private/Source/ProcessManager.cxx
@@ -138,7 +138,7 @@ void Process::Exit(Int32 exit_code) {
this->Pool = nullptr;
this->PoolCursor = nullptr;
- this->FreeMemory = kPoolMaxSz;
+ this->FreeMemory = 0UL; // TODO: fill available heap.
this->UsedMemory = 0UL;
}