summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit/UserHeap.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-18 12:35:19 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-18 12:39:24 +0100
commit4c714f2c24c5df78bae2f35c42c73107de4c8c71 (patch)
treeb36d2498b8387909dac45c98097b8169636ad25a /Private/NewKit/UserHeap.hpp
parenta4bfc396a78ddd553de519ab927d8479d0c3c45d (diff)
unstable, unrelated: See below.
- :boom: Breaking changes in System.Core.dll - Framebuffer, moved operator bool into c++ source file. - Remove zlib in favor of our own Zip API. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/NewKit/UserHeap.hpp')
-rw-r--r--Private/NewKit/UserHeap.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Private/NewKit/UserHeap.hpp b/Private/NewKit/UserHeap.hpp
index d27963e9..09a7d31e 100644
--- a/Private/NewKit/UserHeap.hpp
+++ b/Private/NewKit/UserHeap.hpp
@@ -13,12 +13,12 @@
#include <NewKit/Pmm.hpp>
#include <NewKit/Ref.hpp>
-// last-rev 5/11/23
-// file: UserHeap.hpp
-// description: memory heap for user programs.
+/// last-rev 5/11/23
+/// @file UserHeap.hpp
+/// @brief memory heap for user programs.
#define kPoolMaxSz (4096)
-#define kPoolMag 0x5500A1
+#define kPoolMag (0x5500A1)
namespace HCore {
typedef enum {