Changes

6 bytes removed ,  20:47, 18 April 2022
β†’β€ŽMemory allocation: renamed Heap fields to the names in IOS
Line 107: Line 107:  
struct Heap {
 
struct Heap {
 
void *base;
 
void *base;
βˆ’
u32 processId; // See note below
+
u32 owner; // See note below
 
u32 size;
 
u32 size;
βˆ’
struct HeapBlockHeader *firstBlock;
+
struct HeapBlockHeader *freeList;
 
}
 
}
 
</pre>
 
</pre>
5,579

edits