Implement gfxalloc

This commit is contained in:
Cuyler36
2023-03-17 21:28:05 -04:00
parent b7a609b9e1
commit 2bf1616199
7 changed files with 72 additions and 10 deletions
-3
View File
@@ -9,9 +9,6 @@
#include "JSystem/JKernel/JKRThread.h"
#include "JSystem/JSupport/JSUList.h"
#define ALIGN_PREV(u, align) (u & (~(align-1)))
#define ALIGN_NEXT(u, align) ((u + (align-1)) & (~(align-1)))
#define ARAM_GROUP_ID_ALL 0
#define ARAM_GROUP_ID_DEFAULT 0xFF