By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
Sections too large to fit into any available memory blocks will be split across multiple memory blocks with a KBlockInfo class for each. This is described by the memory section info struct:
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 76:
Line 72:
|-
|-
| 0x8
| 0x8
−
| u32
+
| [[KLinkedList]]
−
| KBlockInfo count for section
+
| List of KBlockInfo objects for this section
−
|-
−
| 0xC
−
| u32
−
| Pointer to KLinkedListNode that holds a pointer to the first KBlockInfo object for that section
−
|-
−
| 0x10
−
| u32
−
| Pointer to KLinkedListNode that holds a pointer to the last KBlockInfo object for that section
|}
|}
−
−
Sections where there isn't a large enough memory block available will be split into with multiple memory blocks with a KBlockInfo class for each.