diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 15:39:25 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 15:39:25 +0100 |
| commit | 3c19e975dacc1ef073636c46833b37059db39aef (patch) | |
| tree | 19b369f333e0a199df718929469272382fda79c8 /Source/Heap.cxx | |
| parent | 66a99317ab749914124019e6d52d83abeec9804b (diff) | |
Kernel\DriveManager.cxx: Formatting correctly.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Source/Heap.cxx')
| -rw-r--r-- | Source/Heap.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Heap.cxx b/Source/Heap.cxx index a4bc72a8..0a159c4e 100644 --- a/Source/Heap.cxx +++ b/Source/Heap.cxx @@ -11,6 +11,9 @@ #include <NewKit/PageManager.hpp> #include <NewKit/Panic.hpp> +/// @file Heap.cxx +/// @brief hCore Process Heap Manager +/// @note if you want to look at kernel allocs, please look for KHeap.cxx /// bugs: 0 namespace hCore |
