chore: general cleanup in code (removed unused includes and cosmetic stuff
This commit is contained in:
@@ -15,7 +15,7 @@ typedef struct __attribute__((aligned(16))) VMHeapBlockHeader {
|
||||
struct VMHeapBlockHeader* next;
|
||||
struct VMHeapBlockHeader* previous;
|
||||
UInt64 size;
|
||||
bool isFree;
|
||||
Boolean isFree;
|
||||
} VMHeapBlockHeader;
|
||||
|
||||
void HeapInitialize();
|
||||
|
||||
Reference in New Issue
Block a user